Uses of Enum Class
net.finmath.smartcontract.product.xml.StrikeQuoteBasisEnum
Packages that use StrikeQuoteBasisEnum
-
Uses of StrikeQuoteBasisEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as StrikeQuoteBasisEnumModifier and TypeFieldDescriptionprotected StrikeQuoteBasisEnum
FxOptionStrikePrice.strikeQuoteBasis
protected StrikeQuoteBasisEnum
FxStrikePrice.strikeQuoteBasis
Methods in net.finmath.smartcontract.product.xml that return StrikeQuoteBasisEnumModifier and TypeMethodDescriptionstatic StrikeQuoteBasisEnum
FxOptionStrikePrice.getStrikeQuoteBasis()
Gets the value of the strikeQuoteBasis property.FxStrikePrice.getStrikeQuoteBasis()
Gets the value of the strikeQuoteBasis property.static StrikeQuoteBasisEnum
Returns the enum constant of this class with the specified name.static StrikeQuoteBasisEnum[]
StrikeQuoteBasisEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type StrikeQuoteBasisEnumModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<StrikeQuoteBasisEnum> ObjectFactory.createFxAsianFeatureRateObservationQuoteBasis
(StrikeQuoteBasisEnum value) Methods in net.finmath.smartcontract.product.xml with parameters of type StrikeQuoteBasisEnumModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<StrikeQuoteBasisEnum> ObjectFactory.createFxAsianFeatureRateObservationQuoteBasis
(StrikeQuoteBasisEnum value) void
FxOptionStrikePrice.setStrikeQuoteBasis
(StrikeQuoteBasisEnum value) Sets the value of the strikeQuoteBasis property.void
FxStrikePrice.setStrikeQuoteBasis
(StrikeQuoteBasisEnum value) Sets the value of the strikeQuoteBasis property.