pub fn parse_l2_topk(
    exchange: &str,
    market_type: MarketType,
    msg: &str,
    received_at: Option<i64>
) -> Result<Vec<OrderBookMsg>, SimpleError>
Expand description

Parse level2 topk orderbook messages.