Add paper trading order executor with kill switch and order logging

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Brent Neale
2026-02-16 16:11:19 +10:00
parent 187ebe9a9e
commit 426f5e7d49
2 changed files with 437 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
timestamp,instrument,side,units,price,order_type,mode,status,response
2026-02-16T06:10:40.100966+00:00,ALL,CLOSE_ALL,0,,KILL_SWITCH,paper,HALTED,Kill switch activated at startup
1 timestamp instrument side units price order_type mode status response
2 2026-02-16T06:10:40.100966+00:00 ALL CLOSE_ALL 0 KILL_SWITCH paper HALTED Kill switch activated at startup