Indicates the request type of ticks.
| Member | Value | Description |
|---|---|---|
| trtCurrentNotify | 3 | From the current time, the user will be notified about each new tick. |
| trtSinceTime | 1 | From start time to the current time, the user will not be notified about each new tick. |
| trtSinceTimeNotify | 2 | From start time to the current time, the user will be notified about each new tick. |
| trtTimeRange | 0 | From start time to end time, the user will not be notified about each new tick. |
This is used in the CQGCEL.RequestTicks method.