public final class EventReport extends java.lang.Object implements IMessage, java.lang.Comparable<EventReport>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
ExchEventType |
eventCode |
MFString |
eventContents |
FeedMarketID |
fmID
A feed and market ID combination.
|
| Modifier | Constructor and Description |
|---|---|
|
EventReport() |
|
EventReport(ExchEventType eventCode,
FeedMarketID fmID,
MFString eventContents) |
protected |
EventReport(ZeroGCProtoByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EventReport rhs) |
void |
deepCopy(EventReport 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 ExchEventType eventCode
public FeedMarketID fmID
public MFString eventContents
public EventReport()
protected EventReport(ZeroGCProtoByteBuffer buffer)
public EventReport(ExchEventType eventCode, FeedMarketID fmID, MFString eventContents)
public int getMsgType()
getMsgType in interface IMessagepublic void deepCopy(EventReport src)
public boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int compareTo(EventReport rhs)
compareTo in interface java.lang.Comparable<EventReport>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)