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