CQG API 4.0 - Revised
ItemByName Property
See Also  Send Feedback
trading_system_name
CQGTradingSystemDefinitions Collection : ItemByName Property

Glossary Item Box

Description

Returns the corresponding CQGTradingSystemDefinition object by its name.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByName( _
   ByVal trading_system_name As String _
) As CQGTradingSystemDefinition

Parameters

trading_system_name

Return Type

The corresponding collection item, represented as CQGTradingSystemDefinition

Remarks

A collection exception will be thrown in case of non-existent trading system name.

See Also