generate_orderbooks

Function generate_orderbooks 

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