Uses of Class
net.finmath.smartcontract.product.xml.BasicQuotation
Packages that use BasicQuotation
-
Uses of BasicQuotation in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml with type parameters of type BasicQuotationModifier and TypeFieldDescriptionprotected List<BasicQuotation> BasicAssetValuation.quoteprotected List<BasicQuotation> ClearingConfirmed.quoteprotected List<BasicQuotation> ClearingRefused.quoteprotected List<BasicQuotation> ExecutionAdvice.quoteprotected List<BasicQuotation> ExecutionNotification.quoteprotected List<BasicQuotation> InstrumentTradePricing.quoteprotected List<BasicQuotation> RequestClearing.quoteprotected List<BasicQuotation> RequestConsent.quoteprotected List<BasicQuotation> StandardProduct.quoteprotected List<BasicQuotation> TradeChangeAdvice.quoteMethods in net.finmath.smartcontract.product.xml that return BasicQuotationModifier and TypeMethodDescriptionObjectFactory.createBasicQuotation()Create an instance ofBasicQuotationMethods in net.finmath.smartcontract.product.xml that return types with arguments of type BasicQuotationModifier and TypeMethodDescriptionBasicAssetValuation.getQuote()Gets the value of the quote property.ClearingConfirmed.getQuote()Gets the value of the quote property.ClearingRefused.getQuote()Gets the value of the quote property.ExecutionAdvice.getQuote()Gets the value of the quote property.ExecutionNotification.getQuote()Gets the value of the quote property.InstrumentTradePricing.getQuote()Gets the value of the quote property.RequestClearing.getQuote()Gets the value of the quote property.RequestConsent.getQuote()Gets the value of the quote property.StandardProduct.getQuote()Gets the value of the quote property.TradeChangeAdvice.getQuote()Gets the value of the quote property.