pub fn parse_book_l3_quote(
book: &AxMdBookL3,
instrument: &InstrumentAny,
ts_init: UnixNanos,
) -> Result<QuoteTick>Expand description
Parses the top levels of an Ax L3 book message into a [QuoteTick].
ยงErrors
Returns an error if price or quantity parsing fails.