Harden residual mid-close: IOC partial fills, exchange reconcile, atomic book.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user