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 OptionStrikeBondOptionStrike.priceprotected OptionStrikeStrikeSpread.upperStrikeMethods in net.finmath.smartcontract.product.xml that return OptionStrikeModifier and TypeMethodDescriptionObjectFactory.createOptionStrike()Create an instance ofOptionStrikeBondOptionStrike.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 TypeMethodDescriptionvoidBondOptionStrike.setPrice(OptionStrike value) Sets the value of the price property.voidStrikeSpread.setUpperStrike(OptionStrike value) Sets the value of the upperStrike property.