Skip to main content

run_stock_filter

Function run_stock_filter 

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