decode_bbo_msg

Function decode_bbo_msg 

Source
pub fn decode_bbo_msg(
    msg: &BboMsg,
    instrument_id: InstrumentId,
    price_precision: u8,
    ts_init: Option<UnixNanos>,
) -> Result<QuoteTick>
Expand description

ยงErrors

Returns an error if decoding the BBO message fails.