Package com.strategyquant.tradinglib
Class EngineChart
java.lang.Object
com.strategyquant.tradinglib.debug.Debugger
com.strategyquant.tradinglib.EngineChart
public abstract class EngineChart
extends com.strategyquant.tradinglib.debug.Debugger
The Class EngineChart.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe Constant DATA_TYPE_CHART.static StringThe Constant DATA_TYPE_GRID.static StringThe Constant DATA_TYPE_ROWS.static org.slf4j.LoggerThe Constant Log.The name.intThe type.static intThe Constant TYPE_GLOBAL.static intThe Constant TYPE_PROJECT_BASED. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidAdds the next value.Gets the class name.intgetType()Gets the type.abstract org.json.JSONObjectprint()Prints the.voidsetProject(SQProject project)Sets the project.toString()To string.Methods inherited from class com.strategyquant.tradinglib.debug.Debugger
debug, fdebug
-
Field Details
-
Log
public static final org.slf4j.Logger LogThe Constant Log. -
DATA_TYPE_CHART
The Constant DATA_TYPE_CHART.- See Also:
- Constant Field Values
-
DATA_TYPE_GRID
The Constant DATA_TYPE_GRID.- See Also:
- Constant Field Values
-
DATA_TYPE_ROWS
The Constant DATA_TYPE_ROWS.- See Also:
- Constant Field Values
-
TYPE_GLOBAL
public static final int TYPE_GLOBALThe Constant TYPE_GLOBAL.- See Also:
- Constant Field Values
-
TYPE_PROJECT_BASED
public static final int TYPE_PROJECT_BASEDThe Constant TYPE_PROJECT_BASED.- See Also:
- Constant Field Values
-
name
The name. -
type
public int typeThe type.
-
-
Constructor Details
-
EngineChart
Instantiates a new engine chart.- Parameters:
name- the nametype- the type
-
-
Method Details
-
toString
To string. -
getType
public int getType()Gets the type.- Returns:
- the type
-
setProject
Sets the project.- Parameters:
project- the new project
-
addNextValue
public abstract void addNextValue()Adds the next value. -
print
public abstract org.json.JSONObject print()Prints the.- Returns:
- the JSON object
-
getClassName
Gets the class name.- Returns:
- the class name
-