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

Glossary Item Box

Description

Returns the full name of the instrument on which the current position is created.

Property type

Read-only property

Syntax

Visual Basic
Public Property InstrumentName As String

Return Type

Instrument's full name represented as String

Example

See the usage of CQGPosition properties in the AccountChanged event's example section.

See Also