Package cdm.observable.event.functions
Class Create_AssetPayoutTradeStateWithObservations
java.lang.Object
cdm.observable.event.functions.Create_AssetPayoutTradeStateWithObservations
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Create_AssetPayoutTradeStateWithObservations.Create_AssetPayoutTradeStateWithObservationsDefault
public abstract class Create_AssetPayoutTradeStateWithObservations
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Create_AssetResetprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<? extends AssetPayout> assetPayout(BillingRecordInstruction billingInstruction) protected abstract com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> date(BillingRecordInstruction billingInstruction) protected abstract TradeState.TradeStateBuilderdoEvaluate(BillingRecordInstruction billingInstruction) evaluate(BillingRecordInstruction billingInstruction) 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
-
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator -
create_AssetReset
-
-
Constructor Details
-
Create_AssetPayoutTradeStateWithObservations
public Create_AssetPayoutTradeStateWithObservations()
-
-
Method Details
-
evaluate
- Parameters:
billingInstruction-- Returns:
- tradeState
-
doEvaluate
protected abstract TradeState.TradeStateBuilder doEvaluate(BillingRecordInstruction billingInstruction) -
assetPayout
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends AssetPayout> assetPayout(BillingRecordInstruction billingInstruction) -
date
protected abstract com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> date(BillingRecordInstruction billingInstruction)
-