public final class CancelAllOrder extends java.lang.Object implements IMessage, java.lang.Comparable<CancelAllOrder>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
MFString |
cxlID
Client-provided cancellation request ID.
|
int |
feedID
A unique identifier for the feed.
|
boolean |
monitoredOnly |
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 |
|---|---|
|
CancelAllOrder() |
|
CancelAllOrder(MFString cxlID,
boolean monitoredOnly,
long timeApiClient,
long timeApiServer,
long timeHandler,
int feedID) |
protected |
CancelAllOrder(ZeroGCProtoByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CancelAllOrder rhs) |
void |
deepCopy(CancelAllOrder 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 MFString cxlID
public boolean monitoredOnly
public long timeApiClient
public long timeApiServer
public long timeHandler
public int feedID
public CancelAllOrder()
protected CancelAllOrder(ZeroGCProtoByteBuffer buffer)
public CancelAllOrder(MFString cxlID, boolean monitoredOnly, long timeApiClient, long timeApiServer, long timeHandler, int feedID)
public int getMsgType()
getMsgType in interface IMessagepublic void deepCopy(CancelAllOrder src)
public boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int compareTo(CancelAllOrder rhs)
compareTo in interface java.lang.Comparable<CancelAllOrder>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)