Interface IDifferenceData
- All Superinterfaces:
ISeriesData
Represents the data contained in the Difference Series
-
Method Summary
Modifier and TypeMethodDescriptionGets the query expression of High.Gets the query expression of Low.void
setHighExpr
(String expr) Sets the query expression of High.void
setLowExpr
(String expr) Sets the query expression of Low.
-
Method Details
-
getHighExpr
String getHighExpr()Gets the query expression of High.- Returns:
- High expression
-
getLowExpr
String getLowExpr()Gets the query 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
-