#[no_mangle] pub extern "C" fn quote_tick_new( instrument_id: InstrumentId, bid_price: Price, ask_price: Price, bid_size: Quantity, ask_size: Quantity, ts_event: UnixNanos, ts_init: UnixNanos, ) -> QuoteTick