Uses of Class
net.finmath.smartcontract.product.xml.MultipleExercise
Packages that use MultipleExercise
-
Uses of MultipleExercise in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as MultipleExerciseModifier and TypeFieldDescriptionprotected MultipleExercise
AmericanExercise.multipleExercise
protected MultipleExercise
BermudaExercise.multipleExercise
Methods in net.finmath.smartcontract.product.xml that return MultipleExerciseModifier and TypeMethodDescriptionObjectFactory.createMultipleExercise()
Create an instance ofMultipleExercise
AmericanExercise.getMultipleExercise()
Gets the value of the multipleExercise property.BermudaExercise.getMultipleExercise()
Gets the value of the multipleExercise property.Methods in net.finmath.smartcontract.product.xml with parameters of type MultipleExerciseModifier and TypeMethodDescriptionvoid
AmericanExercise.setMultipleExercise(MultipleExercise value)
Sets the value of the multipleExercise property.void
BermudaExercise.setMultipleExercise(MultipleExercise value)
Sets the value of the multipleExercise property.