Package cdm.event.common.functions
Class QuantityIncreased.QuantityIncreasedDefault
java.lang.Object
cdm.event.common.functions.QuantityIncreased
cdm.event.common.functions.QuantityIncreased.QuantityIncreasedDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
QuantityIncreased
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.QuantityIncreased
QuantityIncreased.QuantityIncreasedDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.QuantityIncreased
compareTradeLot -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanassignOutput(Boolean result, TradeState before, List<? extends TradeState> after) protected BooleandoEvaluate(TradeState before, List<? extends TradeState> after) Methods inherited from class cdm.event.common.functions.QuantityIncreased
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
QuantityIncreasedDefault
public QuantityIncreasedDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQuantityIncreased
-
assignOutput
-