Class Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo
java.lang.Object
velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo
- Enclosing interface:
 - Layer1PriceAxisRangeCalculatable
 
public static class Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo
extends java.lang.Object
Range of values for this indicator [minValue, maxValue]
- 
Field Summary
 - 
Constructor Summary
Constructors Constructor Description InputPriceAxisInfo(double minValue, double maxValue) - 
Method Summary
Modifier and Type Method Description java.lang.StringtoString() 
- 
Field Details
 - 
Constructor Details
- 
InputPriceAxisInfo
public InputPriceAxisInfo(double minValue, double maxValue) 
 - 
 - 
Method Details
- 
toString
public java.lang.String toString()- Overrides:
 toStringin classjava.lang.Object
 
 -