Class BoundsInfo

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

public class BoundsInfo extends Object
  • Field Details

    • initialValue

      public Double initialValue
      Value if no data is present If null, 0 is used
    • minValue

      public Double minValue
      Can be null to indicate no predetermined minimum value
    • maxValue

      public Double maxValue
      Can be null to indicate no predetermined maximum value
  • Constructor Details

  • Method Details