Skip to main content

run_holding_change

Function run_holding_change 

Source
pub async fn run_holding_change(
    gateway: &str,
    symbol: &str,
    category: i32,
    begin: Option<&str>,
    end: Option<&str>,
    format: OutputFormat,
) -> Result<()>