cancel_order

Function cancel_order 

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