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 FxExchangedCurrencyFxTargetLinearPayoffRegion.exchangedCurrency1protected FxExchangedCurrencyFxTargetPhysicalSettlement.exchangedCurrency1protected FxExchangedCurrencyFxTargetLinearPayoffRegion.exchangedCurrency2protected FxExchangedCurrencyFxTargetPhysicalSettlement.exchangedCurrency2Methods in net.finmath.smartcontract.product.xml that return FxExchangedCurrencyModifier and TypeMethodDescriptionObjectFactory.createFxExchangedCurrency()Create an instance ofFxExchangedCurrencyFxTargetLinearPayoffRegion.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) voidFxTargetLinearPayoffRegion.setExchangedCurrency1(FxExchangedCurrency value) Sets the value of the exchangedCurrency1 property.voidFxTargetPhysicalSettlement.setExchangedCurrency1(FxExchangedCurrency value) Sets the value of the exchangedCurrency1 property.voidFxTargetLinearPayoffRegion.setExchangedCurrency2(FxExchangedCurrency value) Sets the value of the exchangedCurrency2 property.voidFxTargetPhysicalSettlement.setExchangedCurrency2(FxExchangedCurrency value) Sets the value of the exchangedCurrency2 property.