Uses of Class
net.finmath.smartcontract.product.xml.OptionStrike
Packages that use OptionStrike
-
Uses of OptionStrike in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as OptionStrikeModifier and TypeFieldDescriptionprotected OptionStrike
BondOptionStrike.price
protected OptionStrike
StrikeSpread.upperStrike
Methods in net.finmath.smartcontract.product.xml that return OptionStrikeModifier and TypeMethodDescriptionObjectFactory.createOptionStrike()
Create an instance ofOptionStrike
BondOptionStrike.getPrice()
Gets the value of the price property.StrikeSpread.getUpperStrike()
Gets the value of the upperStrike property.Methods in net.finmath.smartcontract.product.xml with parameters of type OptionStrikeModifier and TypeMethodDescriptionvoid
BondOptionStrike.setPrice
(OptionStrike value) Sets the value of the price property.void
StrikeSpread.setUpperStrike
(OptionStrike value) Sets the value of the upperStrike property.