Hedge options open: require full fill (IOC + wait) before success.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-20 09:14:03 +08:00
parent 88d460d484
commit 8597e47596
6 changed files with 254 additions and 7 deletions
+1 -1
View File
@@ -1331,7 +1331,7 @@
headers: { "Content-Type": "application/json" },
body: JSON.stringify({}),
});
alert("补开成功 #" + (d.plan_id || planId) + " · 已进入进行中");
alert("补开成功 #" + (d.plan_id || planId) + " · 已完全成交并进入进行中");
void loadActivePlans();
void loadGates();
} catch (e) {