public class QuoteBuilder
extends java.lang.Object
Constructor and Description |
---|
QuoteBuilder() |
Modifier and Type | Method and Description |
---|---|
static Quote |
CreateQuote(java.lang.String strSide,
double dblQuote,
double dblSize)
Constructor: Constructs a Quote object from the quote value and the side string.
|
static Quote |
FromByteArray(byte[] ab)
Create a Quote Instance from the byte array
|
public static final Quote CreateQuote(java.lang.String strSide, double dblQuote, double dblSize)
strSide
- bid/ask/middblQuote
- Quote ValuedblSize
- Sizepublic static final Quote FromByteArray(byte[] ab)
ab
- Byte Array