Package cdm.event.common.functions
Class Create_TradeState.Create_TradeStateDefault
java.lang.Object
cdm.event.common.functions.Create_TradeState
cdm.event.common.functions.Create_TradeState.Create_TradeStateDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_TradeState
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Create_TradeState
Create_TradeState.Create_TradeStateDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Create_TradeState
conditionValidator, create_ContractFormation, create_Execution, create_IndexTransitionTermsChange, create_Observation, create_PartyChange, create_QuantityChange, create_Reset, create_StockSplit, create_TermsChange, create_Transfer, create_Valuation, objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TradeState.TradeStateBuilderassignOutput(TradeState.TradeStateBuilder after, PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> contractFormation(PrimitiveInstruction primitiveInstruction, TradeState before) protected TradeState.TradeStateBuilderdoEvaluate(PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> execution(PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> indexTransition(PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> observation(PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> partyChange(PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> quantityChange(PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> reset(PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> stockSplit(PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> termsChange(PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> transfer(PrimitiveInstruction primitiveInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> valuation(PrimitiveInstruction primitiveInstruction, TradeState before) Methods inherited from class cdm.event.common.functions.Create_TradeState
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_TradeStateDefault
public Create_TradeStateDefault()
-
-
Method Details
-
doEvaluate
protected TradeState.TradeStateBuilder doEvaluate(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
doEvaluatein classCreate_TradeState
-
assignOutput
protected TradeState.TradeStateBuilder assignOutput(TradeState.TradeStateBuilder after, PrimitiveInstruction primitiveInstruction, TradeState before) -
execution
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> execution(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
executionin classCreate_TradeState
-
quantityChange
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> quantityChange(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
quantityChangein classCreate_TradeState
-
termsChange
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> termsChange(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
termsChangein classCreate_TradeState
-
partyChange
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> partyChange(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
partyChangein classCreate_TradeState
-
contractFormation
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> contractFormation(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
contractFormationin classCreate_TradeState
-
transfer
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> transfer(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
transferin classCreate_TradeState
-
reset
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> reset(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
resetin classCreate_TradeState
-
indexTransition
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> indexTransition(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
indexTransitionin classCreate_TradeState
-
observation
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> observation(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
observationin classCreate_TradeState
-
valuation
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> valuation(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
valuationin classCreate_TradeState
-
stockSplit
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> stockSplit(PrimitiveInstruction primitiveInstruction, TradeState before) - Specified by:
stockSplitin classCreate_TradeState
-