pub fn decode_tbbo_msg(
msg: &TbboMsg,
instrument_id: InstrumentId,
price_precision: u8,
ts_init: Option<UnixNanos>,
) -> Result<(QuoteTick, TradeTick)>
Expand description
ยงErrors
Returns an error if decoding the TBBO message fails.