Support Board
Date/Time: Mon, 23 Dec 2024 19:30:02 +0000
Post From: s_SCTradeOrder order lifetime
[2015-10-02 17:31:25] |
User35525 - Posts: 181 |
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; |