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

Glossary Item Box

Description

Returns the CQGTimedBars by its unique identifier.

Property type

Read-only property

Syntax

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

Parameters

id_

Return Type

The corresponding CQGTimedBars object

Remarks

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

See Also