Uses of Class
net.finmath.smartcontract.product.xml.FxSwapLeg
Packages that use FxSwapLeg
-
Uses of FxSwapLeg in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxSwapLegModifier and TypeFieldDescriptionprotected FxSwapLeg
FxSwap.farLeg
protected FxSwapLeg
FxSwap.nearLeg
Methods in net.finmath.smartcontract.product.xml that return FxSwapLegModifier and TypeMethodDescriptionObjectFactory.createFxSwapLeg()
Create an instance ofFxSwapLeg
FxSwap.getFarLeg()
Gets the value of the farLeg property.FxSwap.getNearLeg()
Gets the value of the nearLeg property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxSwapLegModifier and TypeMethodDescriptionvoid
Sets the value of the farLeg property.void
FxSwap.setNearLeg
(FxSwapLeg value) Sets the value of the nearLeg property.