Class IndicatorProperties

java.lang.Object
com.bookmap.js.api.IndicatorProperties
Direct Known Subclasses:
IndicatorPropertiesExperimental

public class IndicatorProperties
extends java.lang.Object
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
      Returns:
      the name
    • setName

      public IndicatorProperties setName​(java.lang.String name)
      Parameters:
      name - the name to set
      Returns:
      itself
    • getGraphType

      public velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.GraphType getGraphType()
      Returns:
      the graphType
    • setGraphType

      public IndicatorProperties setGraphType​(velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.GraphType graphType)
      Parameters:
      graphType - the graphType to set
      Returns:
      itself
    • isModifiable

      public boolean isModifiable()
      Returns:
      the isModifiable
    • setModifiable

      public IndicatorProperties setModifiable​(boolean isModifiable)
      Parameters:
      isModifiable - the isModifiable to set
      Returns:
      itself
    • getInitialValue

      public double getInitialValue()
      Returns:
      the initialValue
    • setInitialValue

      public IndicatorProperties setInitialValue​(double initialValue)
      Parameters:
      initialValue - the initialValue to set
      Returns:
      itself
    • getSensitivity

      public double getSensitivity()
      Returns:
      the sensitivity
    • setSensitivity

      public IndicatorProperties setSensitivity​(double sensitivity)
      Parameters:
      sensitivity - the sensitivity to set
      Returns:
      itself