Specifies the possible durations of an order.
Member | Value | Description |
---|---|---|
odATC | 7 | The order duration is "At The Close". |
odATO | 6 | The order duration is "At The Open". |
odDay | 1 | The order lasts until the end of the trading day. |
odDayGoodTillTime | 9 | The order duration is "Day Good Till Time". The order lasts until specified time portion, after which order is set to suspended state. Time portion should be specified via opGTTTime property. |
odFAK | 5 | The order duration is "Fill And Kill". It means: "Immediately fill as many as possible and cancel the rest". |
odFOK | 4 | The order duration is "Fill Or Kill". It means: "Immediately fill this order completely or cancel". |
odGoodTillCanceled | 3 | The order lasts till it is cancelled or till the instrument is expired. |
odGoodTillDate | 2 | The order duration is "Good Till Date". Date portion should be specified via opGTDTime property. |
odGoodTillTime | 8 | The order duration is "Good Till Time". Time portion should be specified via opGTTTime property. |
odUndefined | 0 | Undefined. |