Function orderbook_update_quote_tick
Source #[unsafe(no_mangle)]
pub extern "C" fn orderbook_update_quote_tick(
book: &mut OrderBook,
quote: &QuoteTick,
)
Expand description
Updates the order book with a quote tick.
ยงPanics
Panics if book type is not L1_MBP.