CQG API 4.0 - Revised
ItemByName Property
See Also  Send Feedback
trade_name
CQGTradingSystemTradeDefinitions Collection : ItemByName Property

Glossary Item Box

Description

Returns the CQGTradingSystemTradeDefinition by name.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByName( _
   ByVal trade_name As String _
) As CQGTradingSystemTradeDefinition

Parameters

trade_name

Return Type

The corresponding collection item, represented as CQGTradingSystemTradeDefinition

Remarks

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

See Also