Module handler

Module handler 

Source
Expand description

Binance Spot WebSocket message handler.

This handler processes incoming SBE binary frames and routes them to the appropriate decoder based on the message template ID. All decoders validate schema ID and return errors for malformed/truncated data instead of panicking.

Enums§

MarketDataMessage
Decoded market data message.

Functions§

decode_market_data
Decode an SBE binary frame into a market data message.