public class QuoteBuilder
extends java.lang.Object
Constructor and Description |
---|
QuoteBuilder() |
Modifier and Type | Method and Description |
---|---|
static ProductQuote |
CreateProductQuote()
Constructor: Constructs an Empty Product Quote instance.
|
static ProductTick |
CreateProductTickQuote()
Constructor: Constructs an Empty Product Tick Quote instance.
|
static Quote |
CreateQuote(java.lang.String strSide,
double dblQuote,
double dblSize)
Constructor: Constructs a Quote object from the quote value and the side string.
|
public static final Quote CreateQuote(java.lang.String strSide, double dblQuote, double dblSize)
strSide
- bid/ask/middblQuote
- Quote ValuedblSize
- Sizepublic static final ProductQuote CreateProductQuote()
public static final ProductTick CreateProductTickQuote()