Function orderbook_apply_depth

Source
#[no_mangle]
pub extern "C" fn orderbook_apply_depth(
    book: &mut OrderBook_API,
    depth: &OrderBookDepth10,
)