CQG API 4.0 - Revised
ItemByAbbreviation Property
See Also  Send Feedback
trading_system_abbreviation
CQGTradingSystemDefinitions Collection : ItemByAbbreviation Property

Glossary Item Box

Description

Returns the CQGTradingSystemDefinition by its abbreviation.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByAbbreviation( _
   ByVal trading_system_abbreviation As String _
) As CQGTradingSystemDefinition

Parameters

trading_system_abbreviation

Return Type

The corresponding collection item, represented as CQGTradingSystemDefinition object

Remarks

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

See Also