Package org.isda.cdm.functions
Class SettleImpl
- java.lang.Object
-
- org.isda.cdm.functions.Settle
-
- org.isda.cdm.functions.SettleImpl
-
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
public class SettleImpl extends Settle
Sample Settle implementation, should be used as a simple example only. TODO move to CDM exmaples repo
-
-
Field Summary
-
Fields inherited from class org.isda.cdm.functions.Settle
newTransferPrimitive, objectValidator
-
-
Constructor Summary
Constructors Constructor Description SettleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Event.EventBuilder
doEvaluate(Execution execution, Event previousEvent)
-
-
-
Method Detail
-
doEvaluate
protected Event.EventBuilder doEvaluate(Execution execution, Event previousEvent)
- Overrides:
doEvaluate
in classSettle
-
-