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 QuoteQuoteBuilder. 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 QuoteProductQuote. marketQuote()Return the market quote objectabstract QuoteProductQuote. 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 voidProductQuote. addQuote(java.lang.String strQuoteField, Quote q, boolean bIsMarketQuote)Add a regular or a market quote for the componentabstract booleanProductQuote. 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 classMultiSidedMultiSided 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 QuoteProductMultiMeasure. marketQuote()QuoteProductMultiMeasure. quote(java.lang.String strQuoteField)Methods in org.drip.param.quote with parameters of type Quote Modifier and Type Method Description voidProductMultiMeasure. addQuote(java.lang.String strQuoteField, Quote q, boolean bIsMarketQuote)booleanProductMultiMeasure. setMarketQuote(java.lang.String strMarketQuoteField, Quote q)