CQG API 4.0 - Revised
CQGQuote Interface Members
See Also  Overview  Send Feedback

Glossary Item Box

Public Properties

Public Property HasVolume

Indicates whether the quote has volume information or not.

Public Property Instrument

Returns the corresponding instrument.

Public Property IsValid

Indicates if the quote value is valid and/or available.

Public Property Name

Returns the name of the instrument quote object.

Public Property OrdersQueueOrders that make the quote volume. Unavailable in case of eDetailedDOMMode.eddmNone
Public Property Price

Returns quote price.

Public Property Reserved9Reserved method
Public Property ServerTimestamp

Returns the server timestamp of the last change.

Public Property Timestamp

Returns the last response reception timestamp.

When a property is updated, CQG API records the information reception time in the Timestamp property (using local time).

Public Property Type

Returns the type of instrument quote.

Public Property Volume

Returns the corresponding volume of the instrument quote.

Public Property VolumeFractionalReturns quote fractional volume (can be 0 for some quotes)

See Also