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

Glossary Item Box

Description

Returns the corresponding trade exit by its Name.

Property type

Read-only property

Syntax

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

Parameters

exit_name

Return Type

The corresponding collection item, represented as CQGTradeExit

See Also