Uses of Class
net.finmath.smartcontract.product.xml.NumberOfOptionsReference
Packages that use NumberOfOptionsReference
-
Uses of NumberOfOptionsReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as NumberOfOptionsReferenceModifier and TypeFieldDescriptionprotected NumberOfOptionsReference
OptionExerciseAmounts.numberOfOptionsReference
protected NumberOfOptionsReference
TradeLegSizeChange.numberOfOptionsReference
Methods in net.finmath.smartcontract.product.xml that return NumberOfOptionsReferenceModifier and TypeMethodDescriptionObjectFactory.createNumberOfOptionsReference()
Create an instance ofNumberOfOptionsReference
OptionExerciseAmounts.getNumberOfOptionsReference()
Gets the value of the numberOfOptionsReference property.TradeLegSizeChange.getNumberOfOptionsReference()
Gets the value of the numberOfOptionsReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type NumberOfOptionsReferenceModifier and TypeMethodDescriptionvoid
OptionExerciseAmounts.setNumberOfOptionsReference(NumberOfOptionsReference value)
Sets the value of the numberOfOptionsReference property.void
TradeLegSizeChange.setNumberOfOptionsReference(NumberOfOptionsReference value)
Sets the value of the numberOfOptionsReference property.