pub async fn run_stock_filter( gateway: &str, market: &str, begin: i32, num: i32, format: OutputFormat, ) -> Result<()>