Support Board
Date/Time: Sun, 11 May 2025 11:50:26 +0000
Post From: s_SCTradeOrder order lifetime
[2015-10-02 17:31:25] |
User35525 - Posts: 188 |
I am seeing a CPU exception when calling GetAttachedOrderIDsForParentOrder() with sc 1300, 1301, and 1302. Also, I was getting various compiler errors with IsWorkingOrderStatus() and sc.IsWorkingOrderStatus(), but saw IsWorking() in scstructures.h. Can I use that like this, which compiles okay? if (!OrderDetails.IsWorking()) continue; |