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

Glossary Item Box

Description

Returns current quotes.

Property type

Read-only property

Syntax

Visual Basic
Public Property Quotes As CQGQuotes

Return Type

Collection of instrument quotes

Remarks

For the list of the instrument quotes, see the eQuoteType Enumeration.

Example

To work with the quotes, see the example section of the InstrumentChanged event.

See Also