Enrich WeCom open/close notifies with Chinese qty, margin, and PnL.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-02 08:58:49 +08:00
parent aab0b9bdf6
commit 0e3b9e53ac
8 changed files with 373 additions and 32 deletions
+2
View File
@@ -953,9 +953,11 @@ class StrategyEngine:
extra={
"bias": pick.bias,
"option_side": pick.option_side,
"perp_side": pick.perp_side,
"option_inst_id": option_inst,
"strike": pick.pair.strike,
"expiry_ymd": pick.pair.expiry_ymd,
**(r.data or {}),
},
)
except Exception: