Treat exchange as LIVE SoT: expiry closes perp only, no invented option settles.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-08 15:44:15 +08:00
parent 4fe15c41fa
commit 99e58910d3
8 changed files with 1010 additions and 303 deletions
+8
View File
@@ -1928,6 +1928,14 @@ class Matcher:
booked["forced"] = force
return booked
# LIVE:禁止用本地内在价值发明结算;等交易所空仓后再镜像
if not get_settings().is_sim:
logger.warning(
"residual settle skip %s: LIVE exchange not flat, no local invent",
group_id,
)
return None
sess = get_session()
snap = sess.snapshot()
spot = self._close_spot_px(snap)