CQG API 4.0 - Revised
CQGTradingSystemTradesRow 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 Item

Returns the CQGTradingSystemTrade by its index.

This is the default property.

Public Property ItemByName

Returns the CQGTradingSystemTrade by its name.

Public Property Timestamp

Returns the timestamp, in the user-configured time zone (CQGAPIConfig.TimeZoneCode).

Public Property TimestampOffset

Returns the timestamp offset, which is used to identify various CQGTradingSystemTradesRow objects that have the same timestamp.

See Also