CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
id_
CQGStrategyDefinitions Collection : Item Property

Glossary Item Box

Description

Returns the selected strategy definition by its unique identifier.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal id_ As String _
) As CQGStrategyDefinition

Parameters

id_

Return Type

The corresponding CQGStrategyDefinition object.

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

See Also