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