CQG API 4.0 - Revised
ItemById Property
See Also  Send Feedback
id_
CQGTradingSystems Collection : ItemById Property

Glossary Item Box

Description

Returns the corresponding CQGTradingSystem object by its unique identifier.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemById( _
   ByVal id_ As String _
) As CQGTradingSystem

Parameters

id_

Return Type

The corresponding collection item, represented as CQGTradingSystem

Remarks

A collection exception will be thrown if no CQGTradingSystem exists with the specified unique identifier.

See Also