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 FxSwapLegFxSwap.farLegprotected FxSwapLegFxSwap.nearLegMethods in net.finmath.smartcontract.product.xml that return FxSwapLegModifier and TypeMethodDescriptionObjectFactory.createFxSwapLeg()Create an instance ofFxSwapLegFxSwap.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 TypeMethodDescriptionvoidSets the value of the farLeg property.voidFxSwap.setNearLeg(FxSwapLeg value) Sets the value of the nearLeg property.