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

Glossary Item Box

Description

Indicates if the market goes up.

Property type

Read-only property

Syntax

Visual Basic
Public Property IsUpTick As Boolean

Return Type

True if market goes up, False - otherwise

Remarks

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

Example

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

See Also