CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
fill_id
CQGFills Collection : Item Property

Glossary Item Box

Description

Returns the fill by its CQGFill.Id.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal fill_id As String _
) As CQGFill

Parameters

fill_id

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