Package cdm.event.common.functions
Class QuantityDecreased.QuantityDecreasedDefault
java.lang.Object
cdm.event.common.functions.QuantityDecreased
cdm.event.common.functions.QuantityDecreased.QuantityDecreasedDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
QuantityDecreased
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.QuantityDecreased
QuantityDecreased.QuantityDecreasedDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.QuantityDecreased
compareTradeLot, compareTradeLotToAmount -
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.QuantityDecreased
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
-
QuantityDecreasedDefault
public QuantityDecreasedDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQuantityDecreased
-
assignOutput
-