Skip to main content

orderbook_from_proto

Function orderbook_from_proto 

Source
pub fn orderbook_from_proto(
    msg: &GetOrderBookResponse,
    symbol: &str,
    depth: u32,
    quantity_scale: u32,
) -> Result<OrderbookData>