Expand description
Bybit [‘Connector’] and [‘StreamSelector’] implementation
Modules§
- book
- Orderbook types common to both
BybitSpotandBybitFuturesUsd. - channel
- Defines the type that translates a Barter
Subscriptioninto an exchangeConnectorspecific channel used for generatingConnector::requests. - futures
ExchangeServerandStreamSelectorimplementations forBybitFuturesUsd.- market
- Defines the type that translates a Barter
Subscriptioninto an exchangeConnectorspecific market used for generatingConnector::requests. - message
- Generic
BybitPayload<T>type common toBybitSpot - spot
ExchangeServerandStreamSelectorimplementations forBybitSpot.- subscription
Subscriptionresponse type and responseValidatorcommon to bothBybitSpotandBybitFuturesUsd.- trade
- Public trade types common to both
BybitSpotandBybitFuturesUsd.
Structs§
- Bybit
- Generic
Bybit<Server>exchange.
Type Aliases§
- Bybit
WsStream - Convenient type alias for a Bybit
ExchangeWsStreamusingWebSocketSerdeParser.