CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
index_

The value is used as an index if it is an integer.

The value is used as a group id if it is a string.

CQGInstrumentsGroups Collection : Item Property

Glossary Item Box

Description

Returns an instrument group by its index or group id.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal index_ As Variant _
) As CQGInstrumentsGroup

Parameters

index_

The value is used as an index if it is an integer.

The value is used as a group id if it is a string.

Return Type

The corresponding collection member, represented as CQGInstrumentsGroup object

See Also