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

Parse level2 orderbook messages.