Package cdm.observable.event.functions
Class Create_AssetPayoutTradeStateWithObservations.Create_AssetPayoutTradeStateWithObservationsDefault
java.lang.Object
cdm.observable.event.functions.Create_AssetPayoutTradeStateWithObservations
cdm.observable.event.functions.Create_AssetPayoutTradeStateWithObservations.Create_AssetPayoutTradeStateWithObservationsDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_AssetPayoutTradeStateWithObservations
public static class Create_AssetPayoutTradeStateWithObservations.Create_AssetPayoutTradeStateWithObservationsDefault
extends Create_AssetPayoutTradeStateWithObservations
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.observable.event.functions.Create_AssetPayoutTradeStateWithObservations
Create_AssetPayoutTradeStateWithObservations.Create_AssetPayoutTradeStateWithObservationsDefault -
Field Summary
Fields inherited from class cdm.observable.event.functions.Create_AssetPayoutTradeStateWithObservations
create_AssetReset, objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<? extends AssetPayout> assetPayout(BillingRecordInstruction billingInstruction) protected TradeState.TradeStateBuilderassignOutput(TradeState.TradeStateBuilder tradeState, BillingRecordInstruction billingInstruction) protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> date(BillingRecordInstruction billingInstruction) protected TradeState.TradeStateBuilderdoEvaluate(BillingRecordInstruction billingInstruction) Methods inherited from class cdm.observable.event.functions.Create_AssetPayoutTradeStateWithObservations
evaluateMethods 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
-
Create_AssetPayoutTradeStateWithObservationsDefault
public Create_AssetPayoutTradeStateWithObservationsDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classCreate_AssetPayoutTradeStateWithObservations
-
assignOutput
protected TradeState.TradeStateBuilder assignOutput(TradeState.TradeStateBuilder tradeState, BillingRecordInstruction billingInstruction) -
assetPayout
protected com.rosetta.model.lib.mapper.MapperS<? extends AssetPayout> assetPayout(BillingRecordInstruction billingInstruction) - Specified by:
assetPayoutin classCreate_AssetPayoutTradeStateWithObservations
-
date
protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> date(BillingRecordInstruction billingInstruction) - Specified by:
datein classCreate_AssetPayoutTradeStateWithObservations
-