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 QuoteBasisEnum
FxAccrualLeverage.quoteBasis
protected QuoteBasisEnum
FxAccrualRegionLowerBound.quoteBasis
protected QuoteBasisEnum
FxAccrualRegionUpperBound.quoteBasis
protected QuoteBasisEnum
FxForwardStrikePrice.quoteBasis
protected QuoteBasisEnum
GenericProductQuotedCurrencyPair.quoteBasis
protected QuoteBasisEnum
QuotedCurrencyPair.quoteBasis
Methods in net.finmath.smartcontract.product.xml that return QuoteBasisEnumModifier and TypeMethodDescriptionstatic QuoteBasisEnum
FxAccrualLeverage.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 QuoteBasisEnum
Returns 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 TypeMethodDescriptionvoid
FxAccrualLeverage.setQuoteBasis
(QuoteBasisEnum value) Sets the value of the quoteBasis property.void
FxAccrualRegionLowerBound.setQuoteBasis
(QuoteBasisEnum value) Sets the value of the quoteBasis property.void
FxAccrualRegionUpperBound.setQuoteBasis
(QuoteBasisEnum value) Sets the value of the quoteBasis property.void
FxForwardStrikePrice.setQuoteBasis
(QuoteBasisEnum value) Sets the value of the quoteBasis property.void
GenericProductQuotedCurrencyPair.setQuoteBasis
(QuoteBasisEnum value) Sets the value of the quoteBasis property.void
QuotedCurrencyPair.setQuoteBasis
(QuoteBasisEnum value) Sets the value of the quoteBasis property.