CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
index_
Zero-based index of item in the collection
CQGDOMQuotes Collection : Item Property

Glossary Item Box

Description

Returns the selected DOM quote from the collection.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal index_ As Long _
) As CQGQuote

Parameters

index_
Zero-based index of item in the collection

Return Type

Corresponding collection item represented as CQGQuote.

If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.

Remarks

This property is default.

Example

For the usage of the DOM collection, see the example section of the InstrumentDOMChanged Event.

See Also