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