Package org.isda.cdm.functions
Class AllocateImpl
- java.lang.Object
-
- org.isda.cdm.functions.Allocate
-
- org.isda.cdm.functions.AllocateImpl
-
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
public class AllocateImpl extends Allocate
Sample Allocate 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.Allocate
newAllocationPrimitive, objectValidator
-
-
Constructor Summary
Constructors Constructor Description AllocateImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Event.EventBuilder
doEvaluate(Execution execution, AllocationInstructions allocationInstructions, Event previousEvent)
-
-
-
Method Detail
-
doEvaluate
protected Event.EventBuilder doEvaluate(Execution execution, AllocationInstructions allocationInstructions, Event previousEvent)
- Overrides:
doEvaluate
in classAllocate
-
-