Uses of Class
net.finmath.smartcontract.product.xml.QuantityReference
Packages that use QuantityReference
-
Uses of QuantityReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as QuantityReferenceModifier and TypeFieldDescriptionprotected QuantityReference
AveragePriceLeg.quantityReference
protected QuantityReference
CommodityBasketUnderlyingByNotional.quantityReference
protected QuantityReference
FixedPriceLeg.quantityReference
protected QuantityReference
FloatingPriceLeg.quantityReference
protected QuantityReference
NonPeriodicFixedPriceLeg.quantityReference
Methods in net.finmath.smartcontract.product.xml that return QuantityReferenceModifier and TypeMethodDescriptionObjectFactory.createQuantityReference()
Create an instance ofQuantityReference
AveragePriceLeg.getQuantityReference()
Gets the value of the quantityReference property.CommodityBasketUnderlyingByNotional.getQuantityReference()
Gets the value of the quantityReference property.FixedPriceLeg.getQuantityReference()
Gets the value of the quantityReference property.FloatingPriceLeg.getQuantityReference()
Gets the value of the quantityReference property.NonPeriodicFixedPriceLeg.getQuantityReference()
Gets the value of the quantityReference property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type QuantityReferenceModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<QuantityReference> ObjectFactory.createCommodityOptionQuantityReference
(QuantityReference value) Methods in net.finmath.smartcontract.product.xml with parameters of type QuantityReferenceModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<QuantityReference> ObjectFactory.createCommodityOptionQuantityReference
(QuantityReference value) void
AveragePriceLeg.setQuantityReference
(QuantityReference value) Sets the value of the quantityReference property.void
CommodityBasketUnderlyingByNotional.setQuantityReference
(QuantityReference value) Sets the value of the quantityReference property.void
FixedPriceLeg.setQuantityReference
(QuantityReference value) Sets the value of the quantityReference property.void
FloatingPriceLeg.setQuantityReference
(QuantityReference value) Sets the value of the quantityReference property.void
NonPeriodicFixedPriceLeg.setQuantityReference
(QuantityReference value) Sets the value of the quantityReference property.