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)
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)
strSide
- bid/ask/middblQuote
- Quote Valuepublic static final Quote FromByteArray(byte[] ab)
ab
- Byte Array