public abstract class Quote
extends java.lang.Object
Constructor and Description |
---|
Quote() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
setSide(java.lang.String strSide,
double dblQuote,
double dblSize)
Set the quote for the specified side
|
abstract double |
size(java.lang.String strSide)
Get the quote size for the given side
|
abstract DateTime |
time(java.lang.String strSide)
Get the time of the quote
|
abstract double |
value(java.lang.String strSide)
Get the quote value for the given side
|
public abstract double value(java.lang.String strSide)
strSide
- bid/ask/midpublic abstract double size(java.lang.String strSide)
strSide
- bid/ask/midpublic abstract DateTime time(java.lang.String strSide)
strSide
- bid/ask/midpublic abstract boolean setSide(java.lang.String strSide, double dblQuote, double dblSize)
strSide
- bid/ask/middblQuote
- Quote valuedblSize
- Size