Returns the CQGTradingSystemStatistics object by its index.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal index_ As Long _ ) As CQGTradingSystemStatistics |
- index_
- Zero-based index of item in the collection
The corresponding collection item, represented as CQGTradingSystemStatistics object
A CQGTradingSystemStatistics object will be created upon request and passed to the user without storing it.
Two sequential requests for the same record may return different objects.