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

Glossary Item Box

Description

Indicates if the market goes down.

Property type

Read-only property

Syntax

Visual Basic
Public Property IsDownTick As Boolean

Return Type

True if market goes down, False otherwise.

Remarks

This property represents the difference between the current and previous prices on the market. It is a dynamic property of an instrument.

Example

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

See Also