Function orderbook_update_quote_tick

Source
#[no_mangle]
pub extern "C" fn orderbook_update_quote_tick(
    book: &mut OrderBook_API,
    quote: &QuoteTick,
)
Expand description

Updates the order book with a quote tick.

ยงPanics

Panics if book type is not L1_MBP.