Package cdm.event.common.functions
Class Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault
java.lang.Object
cdm.event.common.functions.Qualify_OnDemandRateChange
cdm.event.common.functions.Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Qualify_OnDemandRateChange
public static class Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault
extends Qualify_OnDemandRateChange
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Qualify_OnDemandRateChange
Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Qualify_OnDemandRateChange
filterClosedTradeStates, filterOpenTradeStates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanassignOutput(Boolean is_event, BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> beforeEconomicterms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> beforePriceQuantityNoRate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforePriceQuantityRateOnly(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> beforeTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeState(BusinessEvent businessEvent) protected BooleandoEvaluate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> openPriceQuantityNoRate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> openPriceQuantityRateOnly(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> openTradableProduct(BusinessEvent businessEvent) Methods inherited from class cdm.event.common.functions.Qualify_OnDemandRateChange
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_OnDemandRateChangeDefault
public Qualify_OnDemandRateChangeDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQualify_OnDemandRateChange
-
assignOutput
-
beforeTradableProduct
protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> beforeTradableProduct(BusinessEvent businessEvent) - Specified by:
beforeTradableProductin classQualify_OnDemandRateChange
-
beforeEconomicterms
protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> beforeEconomicterms(BusinessEvent businessEvent) - Specified by:
beforeEconomictermsin classQualify_OnDemandRateChange
-
openTradableProduct
protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> openTradableProduct(BusinessEvent businessEvent) - Specified by:
openTradableProductin classQualify_OnDemandRateChange
-
openEconomicTerms
protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) - Specified by:
openEconomicTermsin classQualify_OnDemandRateChange
-
closedTradeState
protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeState(BusinessEvent businessEvent) - Specified by:
closedTradeStatein classQualify_OnDemandRateChange
-
beforePriceQuantityRateOnly
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforePriceQuantityRateOnly(BusinessEvent businessEvent) - Specified by:
beforePriceQuantityRateOnlyin classQualify_OnDemandRateChange
-
openPriceQuantityRateOnly
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> openPriceQuantityRateOnly(BusinessEvent businessEvent) - Specified by:
openPriceQuantityRateOnlyin classQualify_OnDemandRateChange
-
beforePriceQuantityNoRate
protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> beforePriceQuantityNoRate(BusinessEvent businessEvent) - Specified by:
beforePriceQuantityNoRatein classQualify_OnDemandRateChange
-
openPriceQuantityNoRate
protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> openPriceQuantityNoRate(BusinessEvent businessEvent) - Specified by:
openPriceQuantityNoRatein classQualify_OnDemandRateChange
-