Package cdm.event.common.functions
Class Create_BillingRecord.Create_BillingRecordDefault
java.lang.Object
cdm.event.common.functions.Create_BillingRecord
cdm.event.common.functions.Create_BillingRecord.Create_BillingRecordDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_BillingRecord
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Create_BillingRecord
Create_BillingRecord.Create_BillingRecordDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Create_BillingRecord
create_AssetPayoutTradeStateWithObservations, objectValidator, resolveSecurityFinanceBillingAmount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BillingRecord.BillingRecordBuilderassignOutput(BillingRecord.BillingRecordBuilder billingRecord, BillingRecordInstruction billingInstruction) protected com.rosetta.model.lib.mapper.MapperS<? extends Transfer> billingAmount(BillingRecordInstruction billingInstruction) protected BillingRecord.BillingRecordBuilderdoEvaluate(BillingRecordInstruction billingInstruction) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> tradeState(BillingRecordInstruction billingInstruction) Methods inherited from class cdm.event.common.functions.Create_BillingRecord
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_BillingRecordDefault
public Create_BillingRecordDefault()
-
-
Method Details
-
doEvaluate
protected BillingRecord.BillingRecordBuilder doEvaluate(BillingRecordInstruction billingInstruction) - Specified by:
doEvaluatein classCreate_BillingRecord
-
assignOutput
protected BillingRecord.BillingRecordBuilder assignOutput(BillingRecord.BillingRecordBuilder billingRecord, BillingRecordInstruction billingInstruction) -
tradeState
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> tradeState(BillingRecordInstruction billingInstruction) - Specified by:
tradeStatein classCreate_BillingRecord
-
billingAmount
protected com.rosetta.model.lib.mapper.MapperS<? extends Transfer> billingAmount(BillingRecordInstruction billingInstruction) - Specified by:
billingAmountin classCreate_BillingRecord
-