Uses of Class
net.finmath.smartcontract.product.xml.AmountReference
Packages that use AmountReference
-
Uses of AmountReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AmountReferenceModifier and TypeFieldDescriptionprotected AmountReferenceAmountRef.amountReferenceprotected AmountReferenceFxConversion.amountRelativeToprotected AmountReferencePrincipalExchangeAmount.amountRelativeToprotected AmountReferenceTradeLegSizeChange.knownAmountReferenceMethods in net.finmath.smartcontract.product.xml that return AmountReferenceModifier and TypeMethodDescriptionObjectFactory.createAmountReference()Create an instance ofAmountReferenceAmountRef.getAmountReference()Gets the value of the amountReference property.FxConversion.getAmountRelativeTo()Gets the value of the amountRelativeTo property.PrincipalExchangeAmount.getAmountRelativeTo()Gets the value of the amountRelativeTo property.TradeLegSizeChange.getKnownAmountReference()Gets the value of the knownAmountReference property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type AmountReferenceModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AmountReference>ObjectFactory.createPriceAmountRelativeTo(AmountReference value)Methods in net.finmath.smartcontract.product.xml with parameters of type AmountReferenceModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AmountReference>ObjectFactory.createPriceAmountRelativeTo(AmountReference value)voidAmountRef.setAmountReference(AmountReference value)Sets the value of the amountReference property.voidFxConversion.setAmountRelativeTo(AmountReference value)Sets the value of the amountRelativeTo property.voidPrincipalExchangeAmount.setAmountRelativeTo(AmountReference value)Sets the value of the amountRelativeTo property.voidTradeLegSizeChange.setKnownAmountReference(AmountReference value)Sets the value of the knownAmountReference property.