Package | Description |
---|---|
org.drip.param.creator | |
org.drip.param.definition | |
org.drip.param.quote |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
abstract Quote |
ProductQuote.marketQuote()
Return the market quote object
|
abstract Quote |
ProductQuote.quote(java.lang.String strQuoteField)
Get the Quote for the given Field
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ProductQuote.addQuote(java.lang.String strQuoteField,
Quote q,
boolean bIsMarketQuote)
Add a regular or a market quote for the component
|
abstract boolean |
ProductQuote.setMarketQuote(java.lang.String strMarketQuoteField,
Quote q)
Set the market quote for the component
|
Modifier and Type | Class and Description |
---|---|
class |
MultiSided
MultiSided implements the Quote interface, which contains the stubs corresponding to a product quote.
|
Modifier and Type | Method and Description |
---|---|
Quote |
ProductMultiMeasure.marketQuote() |
Quote |
ProductMultiMeasure.quote(java.lang.String strQuoteField) |
Modifier and Type | Method and Description |
---|---|
void |
ProductMultiMeasure.addQuote(java.lang.String strQuoteField,
Quote q,
boolean bIsMarketQuote) |
boolean |
ProductMultiMeasure.setMarketQuote(java.lang.String strMarketQuoteField,
Quote q) |