Skip to main content

Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo

Package: velox.api.layer1.layers.strategies.interfaces

Type: Class

Enclosing Interface: Layer1PriceAxisRangeCalculatable

Inheritance: java.lang.Object → Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo

Description​

Range of values for this indicator [minValue, maxValue]

Fields​

minValue​

public final double minValue

maxValue​

public final double maxValue

Constructors​

InputPriceAxisInfo​

public InputPriceAxisInfo(double minValue, double maxValue)

Methods​

toString​

public String toString()

Overrides: toString in class Object

Methods inherited from class java.lang.Object:

  • clone
  • equals
  • finalize
  • getClass
  • hashCode
  • notify
  • notifyAll
  • wait
  • wait(long)
  • wait(long, int)