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

Glossary Item Box

Description

Returns the best ask.

Property type

Read-only property

Syntax

Visual Basic
Public Property Ask As CQGQuote

Return Type

Best ask represented as CQGQuote

Remarks

Ask is a quote, so it is also the member of the quotes collection.

Example

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

See Also