Skip to main content

Module handler_exec

Module handler_exec 

Source
Expand description

Binance Futures execution WebSocket handler.

Implements the two-tier architecture with pending order maps for correlating WebSocket order updates with the original order context (strategy_id, etc.).

Structs§

BinanceFuturesExecWsFeedHandler
Binance Futures execution WebSocket handler.

Type Aliases§

CancelRequestData
Data cached for pending cancel requests to correlate with responses.
ModifyRequestData
Data cached for pending modify requests to correlate with responses.
PlaceRequestData
Data cached for pending place requests to correlate with responses.