Uses of Enum Class
net.finmath.smartcontract.product.xml.DualCurrencyStrikeQuoteBasisEnum
Packages that use DualCurrencyStrikeQuoteBasisEnum
-
Uses of DualCurrencyStrikeQuoteBasisEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DualCurrencyStrikeQuoteBasisEnumModifier and TypeFieldDescriptionprotected DualCurrencyStrikeQuoteBasisEnumDualCurrencyStrikePrice.strikeQuoteBasisMethods in net.finmath.smartcontract.product.xml that return DualCurrencyStrikeQuoteBasisEnumModifier and TypeMethodDescriptionDualCurrencyStrikePrice.getStrikeQuoteBasis()Gets the value of the strikeQuoteBasis property.Returns the enum constant of this class with the specified name.static DualCurrencyStrikeQuoteBasisEnum[]DualCurrencyStrikeQuoteBasisEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml with parameters of type DualCurrencyStrikeQuoteBasisEnumModifier and TypeMethodDescriptionvoidDualCurrencyStrikePrice.setStrikeQuoteBasis(DualCurrencyStrikeQuoteBasisEnum value) Sets the value of the strikeQuoteBasis property.