Skip to main content

cancel_order

Function cancel_order 

Source
pub async fn cancel_order(
    client: &Arc<FutuClient>,
    env: &str,
    acc_id: u64,
    market: &str,
    order_id: &str,
    idempotency_key: Option<String>,
) -> Result<String>