Uses of Class
net.finmath.smartcontract.product.xml.PriceQuoteUnits
-
Uses of PriceQuoteUnits in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected PriceQuoteUnits
ParametricAdjustment.inputUnits
protected PriceQuoteUnits
BasicQuotation.quoteUnits
protected PriceQuoteUnits
MultiDimensionalPricingData.quoteUnits
protected PriceQuoteUnits
PricingStructurePoint.quoteUnits
protected PriceQuoteUnits
Quotation.quoteUnits
protected PriceQuoteUnits
QuotationCharacteristics.quoteUnits
protected PriceQuoteUnits
PricingParameterShift.shiftUnits
Modifier and TypeMethodDescriptionObjectFactory.createPriceQuoteUnits()
Create an instance ofPriceQuoteUnits
ParametricAdjustment.getInputUnits()
Gets the value of the inputUnits property.BasicQuotation.getQuoteUnits()
Gets the value of the quoteUnits property.MultiDimensionalPricingData.getQuoteUnits()
Gets the value of the quoteUnits property.PricingStructurePoint.getQuoteUnits()
Gets the value of the quoteUnits property.Quotation.getQuoteUnits()
Gets the value of the quoteUnits property.QuotationCharacteristics.getQuoteUnits()
Gets the value of the quoteUnits property.PricingParameterShift.getShiftUnits()
Gets the value of the shiftUnits property.Modifier and TypeMethodDescriptionvoid
ParametricAdjustment.setInputUnits
(PriceQuoteUnits value) Sets the value of the inputUnits property.void
BasicQuotation.setQuoteUnits
(PriceQuoteUnits value) Sets the value of the quoteUnits property.void
MultiDimensionalPricingData.setQuoteUnits
(PriceQuoteUnits value) Sets the value of the quoteUnits property.void
PricingStructurePoint.setQuoteUnits
(PriceQuoteUnits value) Sets the value of the quoteUnits property.void
Quotation.setQuoteUnits
(PriceQuoteUnits value) Sets the value of the quoteUnits property.void
QuotationCharacteristics.setQuoteUnits
(PriceQuoteUnits value) Sets the value of the quoteUnits property.void
PricingParameterShift.setShiftUnits
(PriceQuoteUnits value) Sets the value of the shiftUnits property.