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

    Fields 
    Modifier and Type Field Description
    double maxValue  
    double minValue  
  • Constructor Summary

    Constructors 
    Constructor Description
    InputPriceAxisInfo​(double minValue, double maxValue)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • minValue

      public final double minValue
    • maxValue

      public final double maxValue
  • Constructor Details

  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object