CQG API 4.0 - Revised
UnderlyingInstrumentName Property
See Also  Send Feedback
CQGInstrument Interface : UnderlyingInstrumentName Property

Glossary Item Box

Description

Returns the full name of the underlying instrument for options.

Property type

Read-only property

Syntax

Visual Basic
Public Property UnderlyingInstrumentName As String

Return Type

Underlying instrument name String

Remarks

If the instrument is not an option, the return value is empty string.

Example

To access the Instrument properties, see the example section of the InstrumentSubscribed event.

See Also