pub async fn get_order_list_with_refresh_cache(
client: &FutuClient,
header: &TrdHeader,
timeout: Duration,
) -> Result<Vec<Order>>Expand description
强制刷新 backend 后查询当日订单列表。
与 get_order_list 分开暴露,避免把既有 SDK 调用从 C++ 的 optional-absent
合同静默改成显式刷新。当前仅供需要确认写操作最终效果的 bounded reconciliation 使用。