Uses of Enum Class
net.finmath.smartcontract.product.xml.FxSettlementAdjustmentMethodEnum
Packages that use FxSettlementAdjustmentMethodEnum
-
Uses of FxSettlementAdjustmentMethodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxSettlementAdjustmentMethodEnumModifier and TypeFieldDescriptionprotected FxSettlementAdjustmentMethodEnum
FxKnockoutLevel.settlementAdjustmentStyle
protected FxSettlementAdjustmentMethodEnum
FxOutstandingGain.settlementAdjustmentStyle
protected FxSettlementAdjustmentMethodEnum
FxPayoffCap.settlementAdjustmentStyle
protected FxSettlementAdjustmentMethodEnum
FxTargetPhysicalSettlement.settlementAdjustmentStyle
Methods in net.finmath.smartcontract.product.xml that return FxSettlementAdjustmentMethodEnumModifier and TypeMethodDescriptionFxKnockoutLevel.getSettlementAdjustmentStyle()
Gets the value of the settlementAdjustmentStyle property.FxOutstandingGain.getSettlementAdjustmentStyle()
Gets the value of the settlementAdjustmentStyle property.FxPayoffCap.getSettlementAdjustmentStyle()
Gets the value of the settlementAdjustmentStyle property.FxTargetPhysicalSettlement.getSettlementAdjustmentStyle()
Gets the value of the settlementAdjustmentStyle property.Returns the enum constant of this class with the specified name.static FxSettlementAdjustmentMethodEnum[]
FxSettlementAdjustmentMethodEnum.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 FxSettlementAdjustmentMethodEnumModifier and TypeMethodDescriptionvoid
FxKnockoutLevel.setSettlementAdjustmentStyle(FxSettlementAdjustmentMethodEnum value)
Sets the value of the settlementAdjustmentStyle property.void
FxOutstandingGain.setSettlementAdjustmentStyle(FxSettlementAdjustmentMethodEnum value)
Sets the value of the settlementAdjustmentStyle property.void
FxPayoffCap.setSettlementAdjustmentStyle(FxSettlementAdjustmentMethodEnum value)
Sets the value of the settlementAdjustmentStyle property.void
FxTargetPhysicalSettlement.setSettlementAdjustmentStyle(FxSettlementAdjustmentMethodEnum value)
Sets the value of the settlementAdjustmentStyle property.