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

Glossary Item Box

Description

Returns the tick size.

Property type

Read-only property

Syntax

Visual Basic
Public Property TickSize As Double

Return Type

Tick size represented as Double

Remarks

It is a dynamic property of an instrument.

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

If instrument has variable TickSize, please use GetTickSizeFor instead.

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

Example

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

See Also