Skip to main content

run_reconfirm_order

Function run_reconfirm_order 

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