public abstract class Quote extends Serializer
NULL_SER_STRING, VERSION
Constructor and Description |
---|
Quote() |
Modifier and Type | Method and Description |
---|---|
abstract double |
getQuote(java.lang.String strSide)
Get the quote value for the given side
|
abstract DateTime |
getQuoteTime(java.lang.String strSide)
Get the time of the quote
|
abstract boolean |
setSide(java.lang.String strSide,
double dblQuote)
Set the quote for the specified side
|
deserialize, getCollectionKeyValueDelimiter, getCollectionMultiLevelKeyDelimiter, getCollectionRecordDelimiter, getFieldDelimiter, getObjectTrailer, serialize
public abstract double getQuote(java.lang.String strSide)
strSide
- bid/ask/midpublic abstract DateTime getQuoteTime(java.lang.String strSide)
strSide
- bid/ask/midpublic abstract boolean setSide(java.lang.String strSide, double dblQuote)
strSide
- bid/ask/middblQuote
- Quote value