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

Glossary Item Box

Description

Returns the tick value.

Property type

Read-only property

Syntax

Visual Basic
Public Property TickValue As Double

Return Type

Tick value represented as Double

Remarks

It is a dynamic property of an instrument.

If instrument has variable TickValue, exception with error message will be thrown.

If instrument has variable TickValue, please use GetTickValueFor instead.

To check whether instrument has variable TickValue or not, consider using value of ipIsVariableTickSize property.

Example

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

See Also