|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oanda.fxtrade.api.FXEventKey
public class FXEventKey
FXEventKey is an internal class used to match FXEvents to FXEventInfos in a general fashion
Constructor Summary | |
---|---|
FXEventKey(FXPair p)
Construct an FXEventKey corresponding to an FXPair |
|
FXEventKey(Transaction t)
Construct an FXEventKey corresponding to a Transaction |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Overloaded Object.equals method |
int |
hashCode()
Return the hashcode of the event key |
java.lang.String |
toString()
Overloaded Object.toString method |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FXEventKey(Transaction t)
t
- The Transaction to create a key frompublic FXEventKey(FXPair p)
p
- The FXPair to create a key fromMethod Detail |
---|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- the object to be compared
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |