public final class CancelQuote extends java.lang.Object implements IMessage, java.lang.Comparable<CancelQuote>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
detail |
int |
feedID
A unique identifier for the feed.
|
int |
marketID
A market ID, which identifies a unique financial instrument.
|
java.lang.String |
quoteID |
java.lang.String |
quoteReqID |
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.
|
QuoteCancelType |
type |
| Modifier | Constructor and Description |
|---|---|
|
CancelQuote() |
|
CancelQuote(int feedID,
int marketID,
java.lang.String quoteReqID,
java.lang.String quoteID,
QuoteCancelType type,
long timeApiClient,
long timeApiServer,
long timeHandler,
java.lang.String detail) |
protected |
CancelQuote(ProtoByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CancelQuote 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 int feedID
public int marketID
public java.lang.String quoteReqID
public java.lang.String quoteID
public QuoteCancelType type
public long timeApiClient
public long timeApiServer
public long timeHandler
public java.lang.String detail
public CancelQuote()
protected CancelQuote(ProtoByteBuffer buffer)
public CancelQuote(int feedID,
int marketID,
java.lang.String quoteReqID,
java.lang.String quoteID,
QuoteCancelType type,
long timeApiClient,
long timeApiServer,
long timeHandler,
java.lang.String detail)
public int getMsgType()
getMsgType in interface IMessagepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int compareTo(CancelQuote rhs)
compareTo in interface java.lang.Comparable<CancelQuote>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)