pub async fn query_order_fills_strict_for_push_refresh(
backend: &BackendConn,
acc_id: u64,
trd_cache: &TrdCache,
) -> Result<Vec<OrderFillInfo>>Expand description
v1.4.106 codex 0932 F3 [P2]: strict 版 query_order_fills for push-refresh path.
decode 失败 / result != 0 → 返 Err, retry_with_exp_backoff 触发 retry.
4 attempts 全失败 → caller 应 record F2 exhaust + log warn (F4 wired in
dispatcher, see codex 0932 F4). v1.4.106 codex 0955 F4: 同样接 trd_cache.