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

Glossary Item Box

Description

Returns the numerator of the fractional tick size for synthetic spreads, if set in CQGIC.

Property type

Read-only property

Syntax

Visual Basic
Public Property TickSizeFractionNumerator As Long

Return Type

Value of fractional tick size numerator, represented as Long

Remarks

New price = InitialPrice + (NumberOfTicksChanged*TickSizeFractionNumerator)/TickSizeFractionDenominator)

See Also