Skip to main content

Module user_data

Module user_data 

Source
Expand description

Binance Spot User Data Stream message types.

Pure venue types with no Nautilus model imports. These structs map directly to the JSON payloads from the Binance Spot user data stream WebSocket.

Structs§

BinanceSpotAccountPositionMsg
Account position update event (outboundAccountPosition).
BinanceSpotBalanceEntry
Individual balance entry within an account position update.
BinanceSpotBalanceUpdateMsg
Balance update event (balanceUpdate).
BinanceSpotExecutionReport
Execution report event (executionReport) from the Spot user data stream.

Enums§

BinanceSpotExecutionType
Spot-specific execution type for order updates.