Returns the selected instrument name from the collection.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal index_ As Long _ ) As String |
- index_
- Zero-based index of item in the collection
Corresponding collection item represented as String.
If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.
See the usage of CQGCommodityInstruments Collection in CommodityInstrumentsResolved Example.