|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.otfeed.event.OTBookPurge
public final class OTBookPurge
Clear all orders for the ECN.
| Constructor Summary | |
|---|---|
OTBookPurge()
Default constructor. |
|
OTBookPurge(java.util.Date timestamp,
java.lang.String nameRoot)
Constructor. |
|
| Method Summary | |
|---|---|
int |
compareTo(OTBookPurge other)
|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getExchangeNameRoot()
|
java.util.Date |
getTimestamp()
|
int |
hashCode()
|
void |
setExchangeNameRoot(java.lang.String nameRoot)
Sets ECN name root. |
void |
setTimestamp(java.util.Date timestamp)
Sets time of the event. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OTBookPurge()
public OTBookPurge(java.util.Date timestamp,
java.lang.String nameRoot)
timestamp - Time when the event occurred.nameRoot - ECN name root.| Method Detail |
|---|
public java.util.Date getTimestamp()
public void setTimestamp(java.util.Date timestamp)
timestamp - Time when the event occurred.public java.lang.String getExchangeNameRoot()
public void setExchangeNameRoot(java.lang.String nameRoot)
nameRoot - ECN name root.public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(OTBookPurge other)
compareTo in interface java.lang.Comparable<OTBookPurge>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||