Package com.bookmap.js.api
Class IndicatorProperties
java.lang.Object
com.bookmap.js.api.IndicatorProperties
- Direct Known Subclasses:
IndicatorPropertiesExperimental
public class IndicatorProperties
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description IndicatorProperties()
-
Method Summary
Modifier and Type Method Description velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.GraphType
getGraphType()
double
getInitialValue()
java.lang.String
getName()
double
getSensitivity()
boolean
isModifiable()
IndicatorProperties
setGraphType(velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.GraphType graphType)
IndicatorProperties
setInitialValue(double initialValue)
IndicatorProperties
setModifiable(boolean isModifiable)
IndicatorProperties
setName(java.lang.String name)
IndicatorProperties
setSensitivity(double sensitivity)
-
Constructor Details
-
IndicatorProperties
public IndicatorProperties()
-
-
Method Details
-
getName
public java.lang.String getName()- Returns:
- the name
-
setName
- 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
- Parameters:
isModifiable
- the isModifiable to set- Returns:
- itself
-
getInitialValue
public double getInitialValue()- Returns:
- the initialValue
-
setInitialValue
- Parameters:
initialValue
- the initialValue to set- Returns:
- itself
-
getSensitivity
public double getSensitivity()- Returns:
- the sensitivity
-
setSensitivity
- Parameters:
sensitivity
- the sensitivity to set- Returns:
- itself
-