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§
- Market
Data Message - Decoded market data message.
Functions§
- decode_
market_ data - Decode an SBE binary frame into a market data message.