CQG API 4.0 - Revised
InstrumentName Property
See Also  Send Feedback
CQGOrder Interface : InstrumentName Property

Glossary Item Box

Description

Returns the full name of the instrument on which the order is created.

Property type

Read-only property

Syntax

Visual Basic
Public Property InstrumentName As String

Return Type

Instrument full name represented as String

Example

See the usage of InstrumentName property in the OrderChanged event's example section.

See Also