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