Skip to main content

BoundsInfo

Package: velox.api.layer1.messages.indicators

Type: Class

Inheritance: java.lang.Object รขโ€ โ€™ BoundsInfo

Fieldsโ€‹

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.

Constructorsโ€‹

BoundsInfoโ€‹

public BoundsInfo(Double initialValue, 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)