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