Skip to main content

run_cancel_order

Function run_cancel_order 

Source
pub async fn run_cancel_order(
    gateway: &str,
    env: &str,
    acc_id: u64,
    market: &str,
    order_id: String,
    confirm: bool,
    idempotency_key: Option<String>,
    output: OutputFormat,
) -> Result<()>