Package com.jquestrade
Class SymbolInfo.MinTick
java.lang.Object
com.jquestrade.SymbolInfo.MinTick
- Enclosing class:
- SymbolInfo
Represents a min tick.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the minimum price increment.double
getPivot()
Returns the beginning of the interval for a given minimum price increment.
-
Method Details
-
getPivot
public double getPivot()Returns the beginning of the interval for a given minimum price increment.- Returns:
- The pivot.
-
getMinTick
public double getMinTick()Returns the minimum price increment.- Returns:
- The min Tick.
-