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 StrikeQuoteBasisEnumFxOptionStrikePrice.strikeQuoteBasisprotected StrikeQuoteBasisEnumFxStrikePrice.strikeQuoteBasisMethods in net.finmath.smartcontract.product.xml that return StrikeQuoteBasisEnumModifier and TypeMethodDescriptionstatic StrikeQuoteBasisEnumFxOptionStrikePrice.getStrikeQuoteBasis()Gets the value of the strikeQuoteBasis property.FxStrikePrice.getStrikeQuoteBasis()Gets the value of the strikeQuoteBasis property.static StrikeQuoteBasisEnumReturns 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) voidFxOptionStrikePrice.setStrikeQuoteBasis(StrikeQuoteBasisEnum value) Sets the value of the strikeQuoteBasis property.voidFxStrikePrice.setStrikeQuoteBasis(StrikeQuoteBasisEnum value) Sets the value of the strikeQuoteBasis property.