Interface IDifferenceData

All Superinterfaces:
ISeriesData

public interface IDifferenceData extends ISeriesData
Represents the data contained in the Difference Series
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the query expression of High.
    Gets the query expression of Low.
    void
    Sets the query expression of High.
    void
    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

      void setHighExpr(String expr)
      Sets the query expression of High.
      Parameters:
      High - expression
    • setLowExpr

      void setLowExpr(String expr)
      Sets the query expression of Low.
      Parameters:
      Low - expression