Skip to main content

run_with_format

Function run_with_format 

Source
pub async fn run_with_format(
    gateway: &str,
    symbol: &str,
    kl_type_str: &str,
    count: Option<i32>,
    rehab_type_str: &str,
    page_size: Option<i32>,
    next_req_key: Option<&str>,
    need_kl_fields_flag: Option<i64>,
    extended_time: bool,
    session: Option<&str>,
    begin: Option<&str>,
    end: Option<&str>,
    format: OutputFormat,
) -> Result<()>