Uses of Class
org.drip.param.definition.Quote
Package | Description |
---|---|
org.drip.param.creator |
Market Curves Surfaces Quotes Builder
|
org.drip.param.definition |
Latent State Quantification Metrics Tweak
|
org.drip.param.quote |
Multi-sided Multi-Measure Ticks Quotes
|
-
Uses of Quote in org.drip.param.creator
Methods in org.drip.param.creator that return Quote Modifier and Type Method Description static Quote
QuoteBuilder. CreateQuote(java.lang.String strSide, double dblQuote, double dblSize)
Constructor: Constructs a Quote object from the quote value and the side string. -
Uses of Quote in org.drip.param.definition
Methods in org.drip.param.definition that return Quote Modifier and Type Method Description abstract Quote
ProductQuote. marketQuote()
Return the market quote objectabstract Quote
ProductQuote. quote(java.lang.String strQuoteField)
Get the Quote for the given FieldMethods in org.drip.param.definition with parameters of type Quote Modifier and Type Method Description abstract void
ProductQuote. addQuote(java.lang.String strQuoteField, Quote q, boolean bIsMarketQuote)
Add a regular or a market quote for the componentabstract boolean
ProductQuote. setMarketQuote(java.lang.String strMarketQuoteField, Quote q)
Set the market quote for the component -
Uses of Quote in org.drip.param.quote
Subclasses of Quote in org.drip.param.quote Modifier and Type Class Description class
MultiSided
MultiSided implements the Quote interface, which contains the stubs corresponding to a product quote.Methods in org.drip.param.quote that return Quote Modifier and Type Method Description Quote
ProductMultiMeasure. marketQuote()
Quote
ProductMultiMeasure. quote(java.lang.String strQuoteField)
Methods in org.drip.param.quote with parameters of type Quote Modifier and Type Method Description void
ProductMultiMeasure. addQuote(java.lang.String strQuoteField, Quote q, boolean bIsMarketQuote)
boolean
ProductMultiMeasure. setMarketQuote(java.lang.String strMarketQuoteField, Quote q)