Support Board
Date/Time: Tue, 26 Nov 2024 08:38:32 +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? |