#[no_mangle]
pub extern "C" fn orderbook_best_bid_size(
book: &mut OrderBook_API,
) -> Quantity
Expand description
ยงPanics
Panics if there are no bid orders for best bid size.
#[no_mangle]
pub extern "C" fn orderbook_best_bid_size(
book: &mut OrderBook_API,
) -> Quantity
Panics if there are no bid orders for best bid size.