public final class TradeCaptureAck extends java.lang.Object implements IMessage, java.lang.Comparable<TradeCaptureAck>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
MFString |
detail |
MFString |
execID |
int |
feedID
A unique identifier for the feed.
|
int |
marketID
A market ID, which identifies a unique financial instrument.
|
int |
sequenceID
User sequence id.
|
TradeStatus |
status |
MFString |
text |
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 |
|---|---|
|
TradeCaptureAck() |
|
TradeCaptureAck(int sequenceID,
int feedID,
int marketID,
MFString execID,
TradeStatus status,
MFString text,
long timeHandler,
long timeApiServer,
long timeApiClient,
MFString detail) |
protected |
TradeCaptureAck(ZeroGCProtoByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TradeCaptureAck rhs) |
void |
deepCopy(TradeCaptureAck src) |
void |
deserializeZeroGC(ZeroGCProtoByteBuffer buffer) |
protected void |
dump(TextWriter wr) |
boolean |
equals(java.lang.Object rhs) |
int |
getMsgType() |
int |
hashCode() |
void |
serialize(ZeroGCProtoByteBuffer buffer) |
java.lang.String |
toString() |
public int sequenceID
public int feedID
public int marketID
public MFString execID
public TradeStatus status
public MFString text
public long timeHandler
public long timeApiServer
public long timeApiClient
public MFString detail
public TradeCaptureAck()
protected TradeCaptureAck(ZeroGCProtoByteBuffer buffer)
public TradeCaptureAck(int sequenceID,
int feedID,
int marketID,
MFString execID,
TradeStatus status,
MFString text,
long timeHandler,
long timeApiServer,
long timeApiClient,
MFString detail)
public int getMsgType()
getMsgType in interface IMessagepublic void deepCopy(TradeCaptureAck src)
public boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int compareTo(TradeCaptureAck rhs)
compareTo in interface java.lang.Comparable<TradeCaptureAck>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)