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 AmountReference
AmountRef.amountReference
protected AmountReference
FxConversion.amountRelativeTo
protected AmountReference
PrincipalExchangeAmount.amountRelativeTo
protected AmountReference
TradeLegSizeChange.knownAmountReference
Methods in net.finmath.smartcontract.product.xml that return AmountReferenceModifier and TypeMethodDescriptionObjectFactory.createAmountReference()
Create an instance ofAmountReference
AmountRef.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) void
AmountRef.setAmountReference
(AmountReference value) Sets the value of the amountReference property.void
FxConversion.setAmountRelativeTo
(AmountReference value) Sets the value of the amountRelativeTo property.void
PrincipalExchangeAmount.setAmountRelativeTo
(AmountReference value) Sets the value of the amountRelativeTo property.void
TradeLegSizeChange.setKnownAmountReference
(AmountReference value) Sets the value of the knownAmountReference property.