Package cdm.event.common.functions
Class Qualify_OnDemandRateChange
java.lang.Object
cdm.event.common.functions.Qualify_OnDemandRateChange
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault
public abstract class Qualify_OnDemandRateChange
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction, com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FilterClosedTradeStatesprotected FilterOpenTradeStates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> beforeEconomicterms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> beforePriceQuantityNoRate(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforePriceQuantityRateOnly(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> beforeTradableProduct(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeState(BusinessEvent businessEvent) protected abstract BooleandoEvaluate(BusinessEvent businessEvent) evaluate(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> openPriceQuantityNoRate(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> openPriceQuantityRateOnly(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> openTradableProduct(BusinessEvent businessEvent) 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
-
filterClosedTradeStates
-
filterOpenTradeStates
-
-
Constructor Details
-
Qualify_OnDemandRateChange
public Qualify_OnDemandRateChange()
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfacecom.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>- Parameters:
businessEvent-- Returns:
- is_event
-
doEvaluate
-
beforeTradableProduct
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> beforeTradableProduct(BusinessEvent businessEvent) -
beforeEconomicterms
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> beforeEconomicterms(BusinessEvent businessEvent) -
openTradableProduct
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> openTradableProduct(BusinessEvent businessEvent) -
openEconomicTerms
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) -
closedTradeState
protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeState(BusinessEvent businessEvent) -
beforePriceQuantityRateOnly
protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforePriceQuantityRateOnly(BusinessEvent businessEvent) -
openPriceQuantityRateOnly
protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> openPriceQuantityRateOnly(BusinessEvent businessEvent) -
beforePriceQuantityNoRate
protected abstract com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> beforePriceQuantityNoRate(BusinessEvent businessEvent) -
openPriceQuantityNoRate
protected abstract com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> openPriceQuantityNoRate(BusinessEvent businessEvent) -
getNamePrefix
- Specified by:
getNamePrefixin interfacecom.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>
-