Defines the CQG Gateway statuses of the order.
| Member | Value | Description |
|---|---|---|
| osActiveAt | 16 | The order will be active at the nearest session. |
| osBusted | 15 | Order was completely filled and then all fills were busted |
| osCanceled | 10 | The order is cancelled. |
| osContingent | 14 | The order is contingent on another order, awaiting activation. |
| osDisconnected | 13 | The order might be cancelled because a disconnect occurred. |
| osExpired | 7 | The order is expired. It means that the order was not filled during its duration period. |
| osFilled | 11 | The order is filled. |
| osInCancel | 8 | The order is in cancellation stage. |
| osInClient | 1 | The order either is in CQGIC or is flying to the CQG Gateway. |
| osInModify | 9 | The order is in modification stage. |
| osInOrderBook | 4 | The order is working. |
| osInTransit | 2 | Order is in transit. It means that the order has already reached the CQG Gateway, and now it is on its way to the exchange. |
| osInTransitTimeout | 5 | The order was timed out, while waiting for notification from the CQG Gateway. |
| osNotSent | 0 | The order did not leave the CQG API side, yet. |
| osParked | 12 | The order is parked. |
| osRejectFCM | 6 | The order is rejected by FCM. |
| osRejectGW | 3 | The order is rejected by CQG Gateway. |