Skip to main content

run

Function run 

Source
pub async fn run(
    gateway: &str,
    symbols: &[String],
    types_csv: &str,
    extended_time: bool,
    session: Option<&str>,
    orderbook_detail: bool,
    format: OutputFormat,
) -> Result<()>