Package com.strategyquant.tradinglib
Class Negater
java.lang.Object
com.strategyquant.tradinglib.debug.Debugger
com.strategyquant.tradinglib.Negater
public abstract class Negater
extends com.strategyquant.tradinglib.debug.Debugger
The Class Negater.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IBlocknegate(NegatersList negatersList, IBlock block, int blockType, int returnType, StrategyBase strategy)Negate.Methods inherited from class com.strategyquant.tradinglib.debug.Debugger
debug, fdebug
-
Constructor Details
-
Negater
public Negater()
-
-
Method Details
-
negate
public abstract IBlock negate(NegatersList negatersList, IBlock block, int blockType, int returnType, StrategyBase strategy) throws BlockDefinitionExceptionNegate.- Parameters:
negatersList- the negaters listblock- the blockblockType- the block typereturnType- the return typestrategy- the strategy- Returns:
- the i block
- Throws:
BlockDefinitionException- the block definition exception
-