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

Glossary Item Box

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 point and figure bar results so far, in the user-configured time zone (CQGAPIConfig.TimeZoneCode).

Public Property Id

Returns the unique identifier of the point and figure bars.

Public Property Item

Returns the CQGPointAndFigureBar 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 a read-only copy of the CQGPointAndFigureBarsRequest object that was passed to the corresponding CQGCEL.RequestPointAndFigures method call.

Public Property StartTimestamp

Returns the starting (minimum) timestamp of all arrived point and figure bar results, in the user-configured time zone (CQGAPIConfig.TimeZoneCode).

Public Property Status

Returns the status of the point and figure bar request.

Public Property Tag

This property allows the user to keep his/her own information within the point and figure bars.

See Also