CQG API 4.0 - Revised
ItemByName Property
See Also  Send Feedback
exit_name
CQGTradeExitDefinitions Collection : ItemByName Property

Glossary Item Box

Description

Returns the corresponding CQGTradeExitDefinition object by its name.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByName( _
   ByVal exit_name As String _
) As CQGTradeExitDefinition

Parameters

exit_name

Return Type

The corresponding collection item, represented as CQGTradeExitDefinition

Remarks

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

See Also