pub async fn get_order_fee(
client: &Arc<FutuClient>,
env: &str,
acc_id: u64,
market: &str,
order_id_ex_list: &[String],
) -> Result<String>Expand description
按扩展订单号 (order_id_ex) 查费用明细。
对齐 C++ TRD_GET_ORDER_FEE(proto_id 2225)。