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