Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 16:14:49 +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?