Package cdm.event.common.functions
Class QuantityDecreasedToZero.QuantityDecreasedToZeroDefault
java.lang.Object
cdm.event.common.functions.QuantityDecreasedToZero
cdm.event.common.functions.QuantityDecreasedToZero.QuantityDecreasedToZeroDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
QuantityDecreasedToZero
public static class QuantityDecreasedToZero.QuantityDecreasedToZeroDefault
extends QuantityDecreasedToZero
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.QuantityDecreasedToZero
QuantityDecreasedToZero.QuantityDecreasedToZeroDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.QuantityDecreasedToZero
compareTradeLotToAmount, compareTradeStatesToAmount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanassignOutput(Boolean result, List<? extends TradeState> before, List<? extends TradeState> after) protected BooleandoEvaluate(List<? extends TradeState> before, List<? extends TradeState> after) Methods inherited from class cdm.event.common.functions.QuantityDecreasedToZero
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
-
QuantityDecreasedToZeroDefault
public QuantityDecreasedToZeroDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQuantityDecreasedToZero
-
assignOutput
protected Boolean assignOutput(Boolean result, List<? extends TradeState> before, List<? extends TradeState> after)
-