for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Carpenstar\ByBitAPI\WebSockets\Channels\Derivatives\PublicChannels\Liquidation\Argument;
use Carpenstar\ByBitAPI\WebSockets\Enums\WebSocketTopicNameEnum;
use Carpenstar\ByBitAPI\WebSockets\Objects\WebSockets\WebSocketArgument;
class LiquidationArgument extends WebSocketArgument
{
private int $depth;
$depth
public function __construct(string $symbol)
parent::__construct($symbol);
}
public function getTopic(): array
return [WebSocketTopicNameEnum::DERIVATIVES_LIQUIDATION.".{$this->getSymbols()}"];