Uses of Class
net.finmath.smartcontract.product.xml.CutName
Packages that use CutName
-
Uses of CutName in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CutNameModifier and TypeFieldDescriptionprotected CutName
FxDigitalAmericanExercise.cutName
protected CutName
FxEuropeanExercise.cutName
Methods in net.finmath.smartcontract.product.xml that return CutNameModifier and TypeMethodDescriptionObjectFactory.createCutName()
Create an instance ofCutName
FxDigitalAmericanExercise.getCutName()
Gets the value of the cutName property.FxEuropeanExercise.getCutName()
Gets the value of the cutName property.Methods in net.finmath.smartcontract.product.xml with parameters of type CutNameModifier and TypeMethodDescriptionvoid
FxDigitalAmericanExercise.setCutName
(CutName value) Sets the value of the cutName property.void
FxEuropeanExercise.setCutName
(CutName value) Sets the value of the cutName property.