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