Harden residual mid-close: IOC partial fills, exchange reconcile, atomic book.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-02 14:41:00 +08:00
parent 640ecc9530
commit 469e7a258a
8 changed files with 729 additions and 238 deletions
+2
View File
@@ -570,6 +570,8 @@ class StrategyEngine:
if not closed:
return
for item in closed:
if isinstance(item, dict) and item.get("fully_done") is False:
continue
try:
from ..notify import wecom