CQG API 4.0 - Revised
eTicksRequestType Enumeration
See Also  Send Feedback

Glossary Item Box

Description

Indicates the request type of ticks.

Members

MemberValueDescription
trtCurrentNotify3

From the current time, the user will be notified about each new tick.

trtSinceTime1

From start time to the current time, the user will not be notified about each new tick.

trtSinceTimeNotify2

From start time to the current time, the user will be notified about each new tick.

trtTimeRange0

From start time to end time, the user will not be notified about each new tick.

Remarks

This is used in the CQGCEL.RequestTicks method.

See Also