public final class TradeState extends java.lang.Object implements IMessage, java.lang.Comparable<TradeState>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
MFString |
boughtBase |
MFString |
boughtCounter |
CcyType |
ccyType |
int |
feedID
A unique identifier for the feed.
|
MFString |
groupName |
int |
marketID
A market ID, which identifies a unique financial instrument.
|
MFString |
pendingBoughtBase |
MFString |
pendingSoldBase |
long |
settlTime |
MFString |
soldBase |
MFString |
soldCounter |
long |
syncTime |
| Modifier | Constructor and Description |
|---|---|
|
TradeState() |
|
TradeState(MFString groupName,
MFString boughtBase,
MFString soldBase,
MFString boughtCounter,
MFString soldCounter,
MFString pendingBoughtBase,
MFString pendingSoldBase,
int feedID,
int marketID,
CcyType ccyType,
long settlTime,
long syncTime) |
protected |
TradeState(ZeroGCProtoByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TradeState rhs) |
void |
deepCopy(TradeState 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 groupName
public MFString boughtBase
public MFString soldBase
public MFString boughtCounter
public MFString soldCounter
public MFString pendingBoughtBase
public MFString pendingSoldBase
public int feedID
public int marketID
public CcyType ccyType
public long settlTime
public long syncTime
public TradeState()
protected TradeState(ZeroGCProtoByteBuffer buffer)
public int getMsgType()
getMsgType in interface IMessagepublic void deepCopy(TradeState src)
public boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int compareTo(TradeState rhs)
compareTo in interface java.lang.Comparable<TradeState>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)