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 String
The Constant DATA_TYPE_CHART.static String
The Constant DATA_TYPE_GRID.static String
The Constant DATA_TYPE_ROWS.static org.slf4j.Logger
The Constant Log.The name.int
The type.static int
The Constant TYPE_GLOBAL.static int
The Constant TYPE_PROJECT_BASED. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Adds the next value.Gets the class name.int
getType()
Gets the type.abstract org.json.JSONObject
print()
Prints the.void
setProject(com.strategyquant.tradinglib.project.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
public void setProject(com.strategyquant.tradinglib.project.SQProject project)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
-