Skip to main content

Module handler

Module handler 

Source
Expand description

Binance Futures WebSocket Trading API message handler.

The handler runs in a dedicated Tokio task as the I/O boundary between the client orchestrator and the network layer. It exclusively owns the WebSocketClient and processes commands from the client via an unbounded channel.

Unlike the Spot handler which decodes SBE binary responses, the Futures handler works with JSON text responses throughout.

Structsยง

BinanceFuturesWsTradingHandler
Binance Futures WebSocket Trading API handler.