CQG API 4.0 - Revised
CQGTicks Collection Members
See Also  Overview  Send Feedback

Glossary Item Box

Public Methods

Public Method IndexForDate

Returns the start index for the specified date.

Public Method IndicesForDates

Returns start and end indices for specified dates.

Public Properties

Public Property _NewEnumReturns the new enumerator
Public Property Count

Returns the number of all records in the collection.

Public Property EndTimestamp

Returns the ending (maximum) timestamp of all arrived ticks, in the user-configured time zone (CQGAPIConfig.TimeZoneCode).

Public Property HasUpdates

Returns the updates flag.

Public Property Id

Returns the unique identifier of ticks.

Public Property Item

Returns the CQGTick by its index.

This is the default property.

Public Property LastError

Returns CQGError object describing the last error occurred to this object.

Public Property Request

Returns the read-only copy of the CQGTicksRequest object, that was passed to the corresponding CQGCEL.RequestTicks method call.

Public Property StartTimestamp

Returns the starting (minimum) timestamp of all arrived ticks, in the user-configured time zone (CQGAPIConfig.TimeZoneCode).

Public Property Status

Returns the status.

Public Property Tag

This property allows the user to keep his/her own information within the ticks.

See Also