Returns the tick size.
Read-only property
Visual Basic |
---|
Public Property TickSize As Double |
Tick size represented as Double
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.
To access the Instrument properties, see the example section of the InstrumentSubscribed event.