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.GraphTypegetGraphType()doublegetInitialValue()java.lang.StringgetName()doublegetSensitivity()booleanisModifiable()IndicatorPropertiessetGraphType(velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.GraphType graphType)IndicatorPropertiessetInitialValue(double initialValue)IndicatorPropertiessetModifiable(boolean isModifiable)IndicatorPropertiessetName(java.lang.String name)IndicatorPropertiessetSensitivity(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
-