Uses of Class
net.finmath.smartcontract.product.xml.QuoteTiming
Packages that use QuoteTiming
-
Uses of QuoteTiming in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as QuoteTimingModifier and TypeFieldDescriptionprotected QuoteTimingBasicQuotation.timingprotected QuoteTimingMultiDimensionalPricingData.timingprotected QuoteTimingPricingStructurePoint.timingprotected QuoteTimingQuotation.timingprotected QuoteTimingQuotationCharacteristics.timingMethods in net.finmath.smartcontract.product.xml that return QuoteTimingModifier and TypeMethodDescriptionObjectFactory.createQuoteTiming()Create an instance ofQuoteTimingBasicQuotation.getTiming()Gets the value of the timing property.MultiDimensionalPricingData.getTiming()Gets the value of the timing property.PricingStructurePoint.getTiming()Gets the value of the timing property.Quotation.getTiming()Gets the value of the timing property.QuotationCharacteristics.getTiming()Gets the value of the timing property.Methods in net.finmath.smartcontract.product.xml with parameters of type QuoteTimingModifier and TypeMethodDescriptionvoidBasicQuotation.setTiming(QuoteTiming value) Sets the value of the timing property.voidMultiDimensionalPricingData.setTiming(QuoteTiming value) Sets the value of the timing property.voidPricingStructurePoint.setTiming(QuoteTiming value) Sets the value of the timing property.voidQuotation.setTiming(QuoteTiming value) Sets the value of the timing property.voidQuotationCharacteristics.setTiming(QuoteTiming value) Sets the value of the timing property.