CQG API 4.0 - Revised
ItemByIndex Property
See Also  Send Feedback
index_
Index of the fill inside the collection
CQGFills Collection : ItemByIndex Property

Glossary Item Box

Description

Returns the fill by its sequential index.

Property type

Read-only property

Syntax

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

Parameters

index_
Index of the fill inside the collection

Return Type

If the fill exists in the collection, this property returns the selected fill represented as CQGFill object.

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

Example

See the usage of CQGFill properties in the OrderChanged event's example section.

See Also