Package cdm.event.common.functions
Class Create_CancellationPrimitiveInstruction.Create_CancellationPrimitiveInstructionDefault
java.lang.Object
cdm.event.common.functions.Create_CancellationPrimitiveInstruction
cdm.event.common.functions.Create_CancellationPrimitiveInstruction.Create_CancellationPrimitiveInstructionDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_CancellationPrimitiveInstruction
public static class Create_CancellationPrimitiveInstruction.Create_CancellationPrimitiveInstructionDefault
extends Create_CancellationPrimitiveInstruction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Create_CancellationPrimitiveInstruction
Create_CancellationPrimitiveInstruction.Create_CancellationPrimitiveInstructionDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Create_CancellationPrimitiveInstruction
conditionValidator, create_CancellationTermChangeInstruction, create_TerminationInstruction, objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, BigDecimal newRepurchasePrice, AdjustableOrRelativeDate cancellationDate) doEvaluate(TradeState tradeState, BigDecimal newRepurchasePrice, AdjustableOrRelativeDate cancellationDate) Methods inherited from class cdm.event.common.functions.Create_CancellationPrimitiveInstruction
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_CancellationPrimitiveInstructionDefault
public Create_CancellationPrimitiveInstructionDefault()
-
-
Method Details
-
doEvaluate
protected PrimitiveInstruction.PrimitiveInstructionBuilder doEvaluate(TradeState tradeState, BigDecimal newRepurchasePrice, AdjustableOrRelativeDate cancellationDate) - Specified by:
doEvaluatein classCreate_CancellationPrimitiveInstruction
-
assignOutput
protected PrimitiveInstruction.PrimitiveInstructionBuilder assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, BigDecimal newRepurchasePrice, AdjustableOrRelativeDate cancellationDate)
-