IndexForDate | Returns the start index for the specified date. |
IndicesForDates | Returns start and end indices for specified dates. |
_NewEnum | Returns the new enumerator |
Count | Returns the number of all records in the collection. |
EndTimestamp | Returns the ending (maximum) timestamp of all arrived ticks, in the user-configured time zone (CQGAPIConfig.TimeZoneCode). |
HasUpdates | Returns the updates flag. |
Id | Returns the unique identifier of ticks. |
Item | Returns the CQGTick by its index. This is the default property. |
LastError | Returns CQGError object describing the last error occurred to this object. |
Request | Returns the read-only copy of the CQGTicksRequest object, that was passed to the corresponding CQGCEL.RequestTicks method call. |
StartTimestamp | Returns the starting (minimum) timestamp of all arrived ticks, in the user-configured time zone (CQGAPIConfig.TimeZoneCode). |
Status | Returns the status. |
Tag | This property allows the user to keep his/her own information within the ticks. |