Skip to main content

run_ticker_statistic

Function run_ticker_statistic 

Source
pub async fn run_ticker_statistic(
    gateway: &str,
    symbol: &str,
    ticker_type: Option<i32>,
    stat_type: Option<u32>,
    format: OutputFormat,
) -> Result<()>