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

Glossary Item Box

Public Methods

Public Method IndexForDate

Returns the start index for the specified date.

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 arrived expression outputs, in the user-configured time zone (CQGAPIConfig.TimeZoneCode).

Public Property Id

Returns the unique identifier of the expression.

Public Property Item

Returns the CQGExpressionOutputs by its index.

This is the default property.

Public Property LastError

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

Public Property OutputHeaders

Returns the expression outputs headers.

Public Property Request

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

Public Property StartTimestamp

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

Public Property Status

Returns the status of the request.

Public Property Tag

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

See Also