|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectquickfix.Field
Base class for FIX message fields. This class should be abstract but that would break compatibility with the QF JNI classes.
| Constructor Summary | |
Field(int field,
java.lang.Object object)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
|
int |
getField()
Gets the field's tag. |
java.lang.Object |
getObject()
Get the field value |
int |
getTag()
Gets the field's tag. |
int |
hashCode()
|
protected void |
setObject(java.lang.Object object)
Sets the field's value to the given object. |
void |
setTag(int tag)
|
java.lang.String |
toString()
Return's the formatted field (tag=value |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Field(int field,
java.lang.Object object)
| Method Detail |
public int getTag()
public int getField()
getTag()protected void setObject(java.lang.Object object)
object - public java.lang.Object getObject()
public java.lang.String toString()
public boolean equals(java.lang.Object object)
public int hashCode()
public void setTag(int tag)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||