public final class MFMassQuote extends java.lang.Object implements IMessage, java.lang.Comparable<MFMassQuote>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
MFString |
detail |
int |
feedID
A unique identifier for the feed.
|
int |
marketID
A market ID, which identifies a unique financial instrument.
|
MFString |
mdStreamID |
MFString |
quoteReqID |
MFQuote[] |
quotes |
MFQuote[][] |
recycleableZeroGCquotes |
long |
settlDate |
long |
timeApiClient
Timestamp at the client API (taken on the client host).
|
long |
timeApiServer
Timestamp in the client handler within Whisperer.
|
long |
timeHandler
Timestamp exiting the feed handler within Whisperer.
|
| Modifier | Constructor and Description |
|---|---|
|
MFMassQuote() |
|
MFMassQuote(int feedID,
int marketID,
MFString quoteReqID,
MFString mdStreamID,
long settlDate,
MFQuote[] quotes,
long timeApiClient,
long timeApiServer,
long timeHandler,
MFString detail) |
protected |
MFMassQuote(ZeroGCProtoByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MFMassQuote rhs) |
void |
deepCopy(MFMassQuote src) |
void |
deserializeZeroGC(ZeroGCProtoByteBuffer buffer) |
protected void |
dump(TextWriter wr) |
boolean |
equals(java.lang.Object rhs) |
int |
getMsgType() |
int |
hashCode() |
MFQuote[] |
recycleZeroGCquotesArray(int size) |
void |
serialize(ZeroGCProtoByteBuffer buffer) |
java.lang.String |
toString() |
public int feedID
public int marketID
public MFString quoteReqID
public MFString mdStreamID
public long settlDate
public MFQuote[] quotes
public MFQuote[][] recycleableZeroGCquotes
public long timeApiClient
public long timeApiServer
public long timeHandler
public MFString detail
public MFMassQuote()
protected MFMassQuote(ZeroGCProtoByteBuffer buffer)
public MFQuote[] recycleZeroGCquotesArray(int size)
public int getMsgType()
getMsgType in interface IMessagepublic void deepCopy(MFMassQuote src)
public boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int compareTo(MFMassQuote rhs)
compareTo in interface java.lang.Comparable<MFMassQuote>public int hashCode()
hashCode in class java.lang.Objectpublic void deserializeZeroGC(ZeroGCProtoByteBuffer buffer)
deserializeZeroGC in interface IMessagepublic void serialize(ZeroGCProtoByteBuffer buffer)
public java.lang.String toString()
protected void dump(TextWriter wr)