Class Checker

java.lang.Object
com.strategyquant.tradinglib.debug.Debugger
com.strategyquant.tradinglib.Checker

public abstract class Checker extends com.strategyquant.tradinglib.debug.Debugger
The Class Checker.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract boolean
    check​(org.jdom2.Element elBlock)
    Check.

    Methods inherited from class com.strategyquant.tradinglib.debug.Debugger

    debug, fdebug

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Checker

      public Checker()
  • Method Details

    • check

      public abstract boolean check(org.jdom2.Element elBlock)
      Check.
      Parameters:
      elBlock - the el block
      Returns:
      true, if successful