Class LimitsResponse

java.lang.Object
velox.api.layer1.messages.indicators.LimitsResponse

public class LimitsResponse
extends java.lang.Object
Describe calculated limits range
  • Field Summary

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

    Constructors 
    Constructor Description
    LimitsResponse​(double minValue, double maxValue)
    [minValue maxValue] calculated limits
  • 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

  • Constructor Details

    • LimitsResponse

      public LimitsResponse​(double minValue, double maxValue)
      [minValue maxValue] calculated limits
      Parameters:
      minValue -
      maxValue -
  • Method Details

    • toString

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