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

Glossary Item Box

Description

Returns the name of the instrument quote object.

Property type

Read-only property

Syntax

Visual Basic
Public Property Name As String

Return Type

Quote name string.

Remarks

Instrument Quote name is the display version of eQuoteType Enumeration members, i.e. each name corresponds to one of the enumeration members.

Example

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

See Also