Gets/sets the range start, which will be used to formulate the ticks request (required).
Read-write property
Visual Basic |
---|
Public Property RangeStart As Date |
Range start, represented as Date
RangeStart and RangeEnd specify the time range, for which data is requested, in the user-configured time zone (CQGAPIConfig.TimeZoneCode).
- If Type is trtTimeRange, both RangeStart and RangeEnd must be provided, RangeEnd must be earlier than the current time and RangeStart must be earlier or equal RangeEnd.
- If Type is trtSinceTime or trtSinceTimeNotify, RangeStart must be provided and it must be earlier than the current time.
- If Type is trtCurrentNotify, neither RangeStart nor Range end needs to be provided.