pub fn decode_mbp10_msg(
msg: &Mbp10Msg,
instrument_id: InstrumentId,
price_precision: u8,
ts_init: Option<UnixNanos>,
) -> Result<OrderBookDepth10>Expand description
Decodes a Databento MBP10 (Market by Price 10 levels) message into an OrderBookDepth10.
ยงErrors
This function does not currently return an error; the result type matches the common decode API.