Package cdm.event.common.functions
Class Qualify_PairOff.Qualify_PairOffDefault
java.lang.Object
cdm.event.common.functions.Qualify_PairOff
cdm.event.common.functions.Qualify_PairOff.Qualify_PairOffDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Qualify_PairOff
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Qualify_PairOff
Qualify_PairOff.Qualify_PairOffDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Qualify_PairOff
filterOpenTradeStates, newTradeInstructionOnlyExists -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanassignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleandoEvaluate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Instruction> newTradeInstruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> openTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends IdentifiedList> packageRef(BusinessEvent businessEvent) Methods inherited from class cdm.event.common.functions.Qualify_PairOff
evaluate, getNamePrefixMethods 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
-
Qualify_PairOffDefault
public Qualify_PairOffDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQualify_PairOff
-
assignOutput
-
openTradeState
protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> openTradeState(BusinessEvent businessEvent) - Specified by:
openTradeStatein classQualify_PairOff
-
newTradeInstruction
protected com.rosetta.model.lib.mapper.MapperC<? extends Instruction> newTradeInstruction(BusinessEvent businessEvent) - Specified by:
newTradeInstructionin classQualify_PairOff
-
packageRef
protected com.rosetta.model.lib.mapper.MapperC<? extends IdentifiedList> packageRef(BusinessEvent businessEvent) - Specified by:
packageRefin classQualify_PairOff
-