Package cdm.event.common.functions
Class QuantityDecreased
java.lang.Object
cdm.event.common.functions.QuantityDecreased
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
QuantityDecreased.QuantityDecreasedDefault
public abstract class QuantityDecreased
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BooleandoEvaluate(TradeState before, List<? extends TradeState> after) evaluate(TradeState before, List<? extends TradeState> after) Methods 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
-
Field Details
-
compareTradeLot
-
compareTradeLotToAmount
-
-
Constructor Details
-
QuantityDecreased
public QuantityDecreased()
-
-
Method Details
-
evaluate
- Parameters:
before-after-- Returns:
- result
-
doEvaluate
-