CQG API 4.0 - Revised
InstrumentName Property
See Also  Send Feedback
leg_
The leg to get data for
CQGFill Interface : InstrumentName Property

Glossary Item Box

Description

Returns the instrument full name of the fill's leg.

Property type

Read-only property

Syntax

Visual Basic
Public Property InstrumentName( _
   Optional ByVal leg_ As Long = 0 _
) As String

Parameters

leg_
The leg to get data for

Return Type

Instrument full name represented as String

Example

See the usage of CQGFill properties in the OrderChanged event's example section.

See Also