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.quote
protected List
<BasicQuotation> ClearingConfirmed.quote
protected List
<BasicQuotation> ClearingRefused.quote
protected List
<BasicQuotation> ExecutionAdvice.quote
protected List
<BasicQuotation> ExecutionNotification.quote
protected List
<BasicQuotation> InstrumentTradePricing.quote
protected List
<BasicQuotation> RequestClearing.quote
protected List
<BasicQuotation> RequestConsent.quote
protected List
<BasicQuotation> StandardProduct.quote
protected List
<BasicQuotation> TradeChangeAdvice.quote
Methods in net.finmath.smartcontract.product.xml that return BasicQuotationModifier and TypeMethodDescriptionObjectFactory.createBasicQuotation()
Create an instance ofBasicQuotation
Methods 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.