Specifies the order's CQGOrder.GWStatus filter's possible values, available for CQGCEL.QueryOrders method calls.
Member | Value | Description |
---|---|---|
osfAll | 0 | Orders with any Gateway status. |
osfCanceled | 6 | Cancelled orders. |
osfException | 4 | Orders with errors or rejected orders. |
osfFilled | 3 | Orders that have at least 1 fill. |
osfFinal | 2 | Final orders, i.e. orders, Gateway statuses of which are one of the following: osRejectGW, osRejectFCM, osExpired, osCanceled, osFilled, osBusted, osParked, osInTransitTimeout. |
osfNotFinal | 1 | Not final orders, i.e. orders, Gateway statuses of which are one of the following: osInOrderBook, osInTransit, osActiveAt, osContingent, osDisconnected, osInCancel, osInModify. |
osfParked | 5 | Parked and contingent orders. |