Package | Description |
---|---|
org.drip.param.creator | |
org.drip.param.definition | |
org.drip.param.market |
Modifier and Type | Method and Description |
---|---|
static Quote |
QuoteBuilder.CreateQuote(java.lang.String strSide,
double dblQuote)
Constructor: Constructs a Quote object from the quote value and the side string.
|
static Quote |
QuoteBuilder.FromByteArray(byte[] ab)
Create a Quote Instance from the byte array
|
Modifier and Type | Method and Description |
---|---|
abstract Quote |
ComponentQuote.getMarketQuote()
Returns the market quote object
|
abstract Quote |
ComponentQuote.getQuote(java.lang.String strQuoteField)
Get the Quote for the given Field
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ComponentQuote.addQuote(java.lang.String strQuoteField,
Quote q,
boolean bIsMarketQuote)
Adds a regular or a market quote for the component
|
abstract boolean |
ComponentQuote.setMarketQuote(java.lang.String strMarketQuoteField,
Quote q)
Set the market quote for the component
|
Modifier and Type | Class and Description |
---|---|
class |
MultiSidedQuote
This class implements the Quote interface, and contains the details corresponding to a product quote.
|
Modifier and Type | Method and Description |
---|---|
Quote |
ComponentMultiMeasureQuote.getMarketQuote() |
Quote |
ComponentMultiMeasureQuote.getQuote(java.lang.String strQuoteField) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentMultiMeasureQuote.addQuote(java.lang.String strQuoteField,
Quote q,
boolean bIsMarketQuote) |
boolean |
ComponentMultiMeasureQuote.setMarketQuote(java.lang.String strMarketQuoteField,
Quote q) |