Uses of Interface
cdm.event.common.QuantityChangeInstruction
Packages that use QuantityChangeInstruction
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of QuantityChangeInstruction in cdm.event.common
Subinterfaces of QuantityChangeInstruction in cdm.event.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.common that implement QuantityChangeInstructionModifier and TypeClassDescriptionstatic classBuilder Implementation of QuantityChangeInstructionstatic classImmutable Implementation of QuantityChangeInstructionMethods in cdm.event.common that return QuantityChangeInstructionModifier and TypeMethodDescriptionQuantityChangeInstruction.build()Build MethodsQuantityChangeInstruction.QuantityChangeInstructionBuilderImpl.build()QuantityChangeInstruction.QuantityChangeInstructionImpl.build()PrimitiveInstruction.getQuantityChange()Specifies instructions describing an quantity change primitive event.PrimitiveInstruction.PrimitiveInstructionImpl.getQuantityChange()Methods in cdm.event.common that return types with arguments of type QuantityChangeInstructionModifier and TypeMethodDescriptiondefault Class<? extends QuantityChangeInstruction> QuantityChangeInstruction.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends QuantityChangeInstruction> QuantityChangeInstruction.metaData()Utility MethodsMethods in cdm.event.common with parameters of type QuantityChangeInstructionModifier and TypeMethodDescriptionPrimitiveInstruction.PrimitiveInstructionBuilder.setQuantityChange(QuantityChangeInstruction quantityChange) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setQuantityChange(QuantityChangeInstruction _quantityChange) -
Uses of QuantityChangeInstruction in cdm.event.common.functions
Methods in cdm.event.common.functions that return QuantityChangeInstructionModifier and TypeMethodDescriptionCreate_OnDemandRateChangePriceChangeInstruction.evaluate(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) Methods in cdm.event.common.functions that return types with arguments of type QuantityChangeInstructionModifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<? extends QuantityChangeInstruction> Create_StockSplit.Create_StockSplitDefault.quantityChangeInstruction(StockSplitInstruction stockSplitInstruction, TradeState before) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends QuantityChangeInstruction> Create_StockSplit.quantityChangeInstruction(StockSplitInstruction stockSplitInstruction, TradeState before) Methods in cdm.event.common.functions with parameters of type QuantityChangeInstructionModifier and TypeMethodDescriptionprotected TradeState.TradeStateBuilderCreate_QuantityChange.Create_QuantityChangeDefault.assignOutput(TradeState.TradeStateBuilder quantityChange, QuantityChangeInstruction instruction, TradeState tradeState) protected TradeState.TradeStateBuilderCreate_QuantityChange.Create_QuantityChangeDefault.doEvaluate(QuantityChangeInstruction instruction, TradeState tradeState) protected abstract TradeState.TradeStateBuilderCreate_QuantityChange.doEvaluate(QuantityChangeInstruction instruction, TradeState tradeState) Create_QuantityChange.evaluate(QuantityChangeInstruction instruction, TradeState tradeState) protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> Create_QuantityChange.Create_QuantityChangeDefault.newPriceQuantity(QuantityChangeInstruction instruction, TradeState tradeState) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> Create_QuantityChange.newPriceQuantity(QuantityChangeInstruction instruction, TradeState tradeState) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeLot> Create_QuantityChange.Create_QuantityChangeDefault.newTradeLots(QuantityChangeInstruction instruction, TradeState tradeState) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeLot> Create_QuantityChange.newTradeLots(QuantityChangeInstruction instruction, TradeState tradeState) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Create_QuantityChange.Create_QuantityChangeDefault.tradableProduct(QuantityChangeInstruction instruction, TradeState tradeState) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Create_QuantityChange.tradableProduct(QuantityChangeInstruction instruction, TradeState tradeState) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeLot> Create_QuantityChange.Create_QuantityChangeDefault.tradeLot(QuantityChangeInstruction instruction, TradeState tradeState) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeLot> Create_QuantityChange.tradeLot(QuantityChangeInstruction instruction, TradeState tradeState) protected com.rosetta.model.lib.mapper.MapperS<Boolean> Create_QuantityChange.Create_QuantityChangeDefault.tradeLotExists(QuantityChangeInstruction instruction, TradeState tradeState) protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> Create_QuantityChange.tradeLotExists(QuantityChangeInstruction instruction, TradeState tradeState) -
Uses of QuantityChangeInstruction in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type QuantityChangeInstructionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super QuantityChangeInstruction>> QuantityChangeInstructionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super QuantityChangeInstruction, com.rosetta.model.lib.qualify.QualifyResult>> QuantityChangeInstructionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super QuantityChangeInstruction, Set<String>> QuantityChangeInstructionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super QuantityChangeInstruction> QuantityChangeInstructionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super QuantityChangeInstruction> QuantityChangeInstructionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super QuantityChangeInstruction> QuantityChangeInstructionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super QuantityChangeInstruction> QuantityChangeInstructionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of QuantityChangeInstruction in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type QuantityChangeInstructionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> QuantityChangeInstructionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, QuantityChangeInstruction o) List<com.rosetta.model.lib.validation.ValidationResult<?>> QuantityChangeInstructionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, QuantityChangeInstruction o) -
Uses of QuantityChangeInstruction in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type QuantityChangeInstructionModifier and TypeMethodDescription<T2 extends QuantityChangeInstruction>
com.rosetta.model.lib.validation.ValidationResult<QuantityChangeInstruction> QuantityChangeInstructionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.event.common.validation.exists that return types with arguments of type QuantityChangeInstructionModifier and TypeMethodDescription<T2 extends QuantityChangeInstruction>
com.rosetta.model.lib.validation.ValidationResult<QuantityChangeInstruction> QuantityChangeInstructionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)