Uses of Enum Class
net.finmath.smartcontract.product.xml.QuoteBasisEnum
Packages that use QuoteBasisEnum
-
Uses of QuoteBasisEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as QuoteBasisEnumModifier and TypeFieldDescriptionprotected QuoteBasisEnumFxAccrualLeverage.quoteBasisprotected QuoteBasisEnumFxAccrualRegionLowerBound.quoteBasisprotected QuoteBasisEnumFxAccrualRegionUpperBound.quoteBasisprotected QuoteBasisEnumFxForwardStrikePrice.quoteBasisprotected QuoteBasisEnumGenericProductQuotedCurrencyPair.quoteBasisprotected QuoteBasisEnumQuotedCurrencyPair.quoteBasisMethods in net.finmath.smartcontract.product.xml that return QuoteBasisEnumModifier and TypeMethodDescriptionstatic QuoteBasisEnumFxAccrualLeverage.getQuoteBasis()Gets the value of the quoteBasis property.FxAccrualRegionLowerBound.getQuoteBasis()Gets the value of the quoteBasis property.FxAccrualRegionUpperBound.getQuoteBasis()Gets the value of the quoteBasis property.FxForwardStrikePrice.getQuoteBasis()Gets the value of the quoteBasis property.GenericProductQuotedCurrencyPair.getQuoteBasis()Gets the value of the quoteBasis property.QuotedCurrencyPair.getQuoteBasis()Gets the value of the quoteBasis property.static QuoteBasisEnumReturns the enum constant of this class with the specified name.static QuoteBasisEnum[]QuoteBasisEnum.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 QuoteBasisEnumModifier and TypeMethodDescriptionvoidFxAccrualLeverage.setQuoteBasis(QuoteBasisEnum value) Sets the value of the quoteBasis property.voidFxAccrualRegionLowerBound.setQuoteBasis(QuoteBasisEnum value) Sets the value of the quoteBasis property.voidFxAccrualRegionUpperBound.setQuoteBasis(QuoteBasisEnum value) Sets the value of the quoteBasis property.voidFxForwardStrikePrice.setQuoteBasis(QuoteBasisEnum value) Sets the value of the quoteBasis property.voidGenericProductQuotedCurrencyPair.setQuoteBasis(QuoteBasisEnum value) Sets the value of the quoteBasis property.voidQuotedCurrencyPair.setQuoteBasis(QuoteBasisEnum value) Sets the value of the quoteBasis property.