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

Glossary Item Box

Description

Returns quote price.

Property type

Read-only property

Syntax

Visual Basic
Public Property Price As Double

Return Type

Quote price represented as Double.

Remarks

If the quote is not valid (see IsValid Property), then this property has no value assigned.

Example

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

See Also