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§
- Binance
Futures Exec WsFeed Handler - Binance Futures execution WebSocket handler.
Type Aliases§
- Cancel
Request Data - Data cached for pending cancel requests to correlate with responses.
- Modify
Request Data - Data cached for pending modify requests to correlate with responses.
- Place
Request Data - Data cached for pending place requests to correlate with responses.