init_order_books

Function init_order_books 

Source
pub fn init_order_books(
    currency_pairs: &'static [&'static str],
    receivers: HashMap<String, Receiver<DepthUpdate>>,
) -> HashMap<String, Receiver<OrderBook>>