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

Glossary Item Box

Description

Returns the leg fill by its sequental index.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByIndex( _
   ByVal index_ As Long _
) As CQGStrategyLegFill

Parameters

index_
Zero-based index of item in the collection

Return Type

The corresponding colleciton item, represented as CQGStrategyLegFill

See Also