Package cdm.event.common.functions
Class Create_QuantityChange.Create_QuantityChangeDefault
java.lang.Object
cdm.event.common.functions.Create_QuantityChange
cdm.event.common.functions.Create_QuantityChange.Create_QuantityChangeDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_QuantityChange
public static class Create_QuantityChange.Create_QuantityChangeDefault
extends Create_QuantityChange
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Create_QuantityChange
Create_QuantityChange.Create_QuantityChangeDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Create_QuantityChange
addTradeLot, conditionValidator, filterTradeLot, objectValidator, replaceTradeLot, updateAmountForEachMatchingQuantity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TradeState.TradeStateBuilderassignOutput(TradeState.TradeStateBuilder quantityChange, QuantityChangeInstruction instruction, TradeState tradeState) protected TradeState.TradeStateBuilderdoEvaluate(QuantityChangeInstruction instruction, TradeState tradeState) protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> newPriceQuantity(QuantityChangeInstruction instruction, TradeState tradeState) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeLot> newTradeLots(QuantityChangeInstruction instruction, TradeState tradeState) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> tradableProduct(QuantityChangeInstruction instruction, TradeState tradeState) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeLot> tradeLot(QuantityChangeInstruction instruction, TradeState tradeState) protected com.rosetta.model.lib.mapper.MapperS<Boolean> tradeLotExists(QuantityChangeInstruction instruction, TradeState tradeState) Methods inherited from class cdm.event.common.functions.Create_QuantityChange
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
-
Create_QuantityChangeDefault
public Create_QuantityChangeDefault()
-
-
Method Details
-
doEvaluate
protected TradeState.TradeStateBuilder doEvaluate(QuantityChangeInstruction instruction, TradeState tradeState) - Specified by:
doEvaluatein classCreate_QuantityChange
-
assignOutput
protected TradeState.TradeStateBuilder assignOutput(TradeState.TradeStateBuilder quantityChange, QuantityChangeInstruction instruction, TradeState tradeState) -
tradableProduct
protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> tradableProduct(QuantityChangeInstruction instruction, TradeState tradeState) - Specified by:
tradableProductin classCreate_QuantityChange
-
tradeLotExists
protected com.rosetta.model.lib.mapper.MapperS<Boolean> tradeLotExists(QuantityChangeInstruction instruction, TradeState tradeState) - Specified by:
tradeLotExistsin classCreate_QuantityChange
-
tradeLot
protected com.rosetta.model.lib.mapper.MapperC<? extends TradeLot> tradeLot(QuantityChangeInstruction instruction, TradeState tradeState) - Specified by:
tradeLotin classCreate_QuantityChange
-
newPriceQuantity
protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> newPriceQuantity(QuantityChangeInstruction instruction, TradeState tradeState) - Specified by:
newPriceQuantityin classCreate_QuantityChange
-
newTradeLots
protected com.rosetta.model.lib.mapper.MapperC<? extends TradeLot> newTradeLots(QuantityChangeInstruction instruction, TradeState tradeState) - Specified by:
newTradeLotsin classCreate_QuantityChange
-