Package cdm.event.common.functions
Class QuantityDecreasedToZero
java.lang.Object
cdm.event.common.functions.QuantityDecreasedToZero
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
QuantityDecreasedToZero.QuantityDecreasedToZeroDefault
public abstract class QuantityDecreasedToZero
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CompareTradeLotToAmountprotected CompareTradeStatesToAmount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BooleandoEvaluate(List<? extends TradeState> before, List<? extends TradeState> after) evaluate(List<? extends 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
-
compareTradeLotToAmount
-
compareTradeStatesToAmount
-
-
Constructor Details
-
QuantityDecreasedToZero
public QuantityDecreasedToZero()
-
-
Method Details
-
evaluate
- Parameters:
before-after-- Returns:
- result
-
doEvaluate
protected abstract Boolean doEvaluate(List<? extends TradeState> before, List<? extends TradeState> after)
-