|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.onixs.fix.engine.Session.ErrorReason
public static class Session.ErrorReason
Error reason.
Field Summary | |
---|---|
static Session.ErrorReason |
CANNOT_RESTORE_CONNECTION
FIX Connection cannot be restored. |
static Session.ErrorReason |
FIRST_MESSAGE_NOT_A_LOGON
First message received is not a Logon message. |
static Session.ErrorReason |
MSG_SEQ_NUM_TOO_LOW
The incoming message has a sequence number less than expected and the PossDupFlag is not set, it indicates a serious error. The incoming message has a sequence number less than expected and the PossDupFlag is not set, it indicates a serious error. |
static Session.ErrorReason |
NA
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Session.ErrorReason NA
public static final Session.ErrorReason FIRST_MESSAGE_NOT_A_LOGON
public static final Session.ErrorReason MSG_SEQ_NUM_TOO_LOW
public static final Session.ErrorReason CANNOT_RESTORE_CONNECTION
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |