CQG API 4.0 - Revised
Name Property
See Also  Send Feedback
CQGInstrumentProperty Interface : Name Property

Glossary Item Box

Description

Returns the name of the instrument property object.

Property type

Read-only property

Syntax

Visual Basic
Public Property Name As String

Return Type

Property name String

Remarks

The Instrument Property name is the display version of eInstrumentProperty Enumeration members, i.e. each name corresponds to one of the enumeration members.

Example

To access the CQGInstrumentProperty object properties, see the example section of the InstrumentChanged Event.

See Also