Login Page - Create Account

Support Board


Date/Time: Sat, 30 Aug 2025 20:26:11 +0000



Post From: IsWorkingOrderStatus

[2014-04-17 18:50:45]
Gary Lockwood - Posts: 16
Can't get the following code to return true, ever...


s_SCTradeOrder ExistingOrder;
if(IsWorkingOrderStatus(ExistingOrder.OrderStatusCode))
{
...
}

Even when there are working limit orders in the market. How am I using this wrong?