pub fn decode_trades(buf: &[u8]) -> Result<BinanceTrades, SbeDecodeError>Expand description
Decode a trades response.
Returns the list of trades.
ยงErrors
Returns error if buffer is too short, schema mismatch, or group size exceeded.
pub fn decode_trades(buf: &[u8]) -> Result<BinanceTrades, SbeDecodeError>Decode a trades response.
Returns the list of trades.
Returns error if buffer is too short, schema mismatch, or group size exceeded.