Interface IStockData
- All Superinterfaces:
ISeriesData
Represents the data contained in the Stock Series
-
Method Summary
Modifier and TypeMethodDescriptionGets the expression of Close.Gets the expression of High.Gets the expression of Low.Gets the expression of Open.void
setCloseExpr
(String expr) Sets the query expression of Close.void
setHighExpr
(String expr) Sets the query expression of High.void
setLowExpr
(String expr) Sets the query expression of Low.void
setOpenExpr
(String expr) Sets the query expression of Open.
-
Method Details
-
getOpenExpr
String getOpenExpr()Gets the expression of Open.- Returns:
- Open expression
-
getCloseExpr
String getCloseExpr()Gets the expression of Close.- Returns:
- Close expression
-
getHighExpr
String getHighExpr()Gets the expression of High.- Returns:
- High expression
-
getLowExpr
String getLowExpr()Gets the expression of Low.- Returns:
- Low expression
-
setHighExpr
Sets the query expression of High.- Parameters:
High
- expression
-
setLowExpr
Sets the query expression of Low.- Parameters:
Low
- expression
-
setOpenExpr
Sets the query expression of Open.- Parameters:
Open
- expression
-
setCloseExpr
Sets the query expression of Close.- Parameters:
Close
- expression
-