public final class CancelAllOrder extends java.lang.Object implements IMessage, java.lang.Comparable<CancelAllOrder>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
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() |
protected |
CancelAllOrder(ProtoByteBuffer buffer) |
|
CancelAllOrder(java.lang.String cxlID,
boolean monitoredOnly,
long timeApiClient,
long timeApiServer,
long timeHandler,
int feedID) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CancelAllOrder rhs) |
void |
deserialize(ProtoByteBuffer buffer) |
protected void |
dump(TextWriter wr) |
boolean |
equals(java.lang.Object rhs) |
int |
getMsgType() |
int |
hashCode() |
void |
serialize(ProtoByteBuffer buffer) |
java.lang.String |
toString() |
public java.lang.String cxlID
public boolean monitoredOnly
public long timeApiClient
public long timeApiServer
public long timeHandler
public int feedID
public CancelAllOrder()
protected CancelAllOrder(ProtoByteBuffer buffer)
public CancelAllOrder(java.lang.String cxlID,
boolean monitoredOnly,
long timeApiClient,
long timeApiServer,
long timeHandler,
int feedID)
public int getMsgType()
getMsgType in interface IMessagepublic 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 deserialize(ProtoByteBuffer buffer)
deserialize in interface IMessagepublic void serialize(ProtoByteBuffer buffer)
public java.lang.String toString()
protected void dump(TextWriter wr)