Class Qualify_Reallocation.Qualify_ReallocationDefault
java.lang.Object
cdm.event.qualification.functions.Qualify_Reallocation
cdm.event.qualification.functions.Qualify_Reallocation.Qualify_ReallocationDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Qualify_Reallocation
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.qualification.functions.Qualify_Reallocation
Qualify_Reallocation.Qualify_ReallocationDefault -
Field Summary
Fields inherited from class cdm.event.qualification.functions.Qualify_Reallocation
filterClosedTradeStates, filterOpenTradeStates, quantityDecreased -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanassignOutput(Boolean is_event, BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeStates(BusinessEvent businessEvent) protected BooleandoEvaluate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> openTradeStates(BusinessEvent businessEvent) Methods inherited from class cdm.event.qualification.functions.Qualify_Reallocation
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_ReallocationDefault
public Qualify_ReallocationDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQualify_Reallocation
-
assignOutput
-
beforeTradeState
protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> beforeTradeState(BusinessEvent businessEvent) - Specified by:
beforeTradeStatein classQualify_Reallocation
-
closedTradeStates
protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeStates(BusinessEvent businessEvent) - Specified by:
closedTradeStatesin classQualify_Reallocation
-
openTradeStates
protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> openTradeStates(BusinessEvent businessEvent) - Specified by:
openTradeStatesin classQualify_Reallocation
-