#[no_mangle] pub extern "C" fn orderbook_update_quote_tick( book: &mut OrderBook_API, quote: &QuoteTick, )
Updates the order book with a quote tick.
Panics if book type is not L1_MBP.
L1_MBP