CQG API 4.0 - Revised
ItemById Property
See Also  Send Feedback
id_
Identifier of bars
CQGConstantVolumeBarsCollection Collection : ItemById Property

Glossary Item Box

Description

Returns the CQGConstantVolumeBars by the identifier.

Property type

Read-only property

Syntax

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

Parameters

id_
Identifier of bars

Return Type

The corresponding collection item represented as CQGConstantVolumeBars object

See Also