CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
trade_id
CQGManualFills Collection : Item Property

Glossary Item Box

Description

Returns the manual fill member by its trade_id.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal trade_id As Long _
) As CQGManualFill

Parameters

trade_id

Return Type

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

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

See Also