pub async fn generate_orderbooks( currency_pairs: &'static [&'static str], chan_cap: usize, park_cap: usize, switch_cutoffs: (NaiveTime, NaiveTime), ) -> HashMap<String, Receiver<OrderBook>>