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