Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 23:30:07 +0000



Post From: s_SCTradeOrder order lifetime

[2015-10-02 17:31:25]
User35525 - Posts: 180
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;