pub async fn crawl_l2_topk(
    exchange: &str,
    market_type: MarketType,
    symbols: Option<&[String]>,
    tx: Sender<Message>
)
Expand description

Crawl level2 orderbook top-k snapshots through websocket.