Uses of Class
net.finmath.smartcontract.product.xml.FxExchangedCurrency
Packages that use FxExchangedCurrency
-
Uses of FxExchangedCurrency in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxExchangedCurrencyModifier and TypeFieldDescriptionprotected FxExchangedCurrency
FxTargetLinearPayoffRegion.exchangedCurrency1
protected FxExchangedCurrency
FxTargetPhysicalSettlement.exchangedCurrency1
protected FxExchangedCurrency
FxTargetLinearPayoffRegion.exchangedCurrency2
protected FxExchangedCurrency
FxTargetPhysicalSettlement.exchangedCurrency2
Methods in net.finmath.smartcontract.product.xml that return FxExchangedCurrencyModifier and TypeMethodDescriptionObjectFactory.createFxExchangedCurrency()
Create an instance ofFxExchangedCurrency
FxTargetLinearPayoffRegion.getExchangedCurrency1()
Gets the value of the exchangedCurrency1 property.FxTargetPhysicalSettlement.getExchangedCurrency1()
Gets the value of the exchangedCurrency1 property.FxTargetLinearPayoffRegion.getExchangedCurrency2()
Gets the value of the exchangedCurrency2 property.FxTargetPhysicalSettlement.getExchangedCurrency2()
Gets the value of the exchangedCurrency2 property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type FxExchangedCurrencyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<FxExchangedCurrency> ObjectFactory.createFxAccrualLinearPayoffRegionExchangedCurrency1
(FxExchangedCurrency value) jakarta.xml.bind.JAXBElement
<FxExchangedCurrency> ObjectFactory.createFxAccrualLinearPayoffRegionExchangedCurrency2
(FxExchangedCurrency value) Methods in net.finmath.smartcontract.product.xml with parameters of type FxExchangedCurrencyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<FxExchangedCurrency> ObjectFactory.createFxAccrualLinearPayoffRegionExchangedCurrency1
(FxExchangedCurrency value) jakarta.xml.bind.JAXBElement
<FxExchangedCurrency> ObjectFactory.createFxAccrualLinearPayoffRegionExchangedCurrency2
(FxExchangedCurrency value) void
FxTargetLinearPayoffRegion.setExchangedCurrency1
(FxExchangedCurrency value) Sets the value of the exchangedCurrency1 property.void
FxTargetPhysicalSettlement.setExchangedCurrency1
(FxExchangedCurrency value) Sets the value of the exchangedCurrency1 property.void
FxTargetLinearPayoffRegion.setExchangedCurrency2
(FxExchangedCurrency value) Sets the value of the exchangedCurrency2 property.void
FxTargetPhysicalSettlement.setExchangedCurrency2
(FxExchangedCurrency value) Sets the value of the exchangedCurrency2 property.