biz.onixs.fix.engine
Class Session.ErrorReason

java.lang.Object
  extended by biz.onixs.fix.engine.Session.ErrorReason
Enclosing class:
Session

public static class Session.ErrorReason
extends Object

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

NA

public static final Session.ErrorReason NA

FIRST_MESSAGE_NOT_A_LOGON

public static final Session.ErrorReason FIRST_MESSAGE_NOT_A_LOGON
First message received is not a Logon message.


MSG_SEQ_NUM_TOO_LOW

public static final 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. It is strongly recommended that the session be terminated and manual intervention be initiated.


CANNOT_RESTORE_CONNECTION

public static final Session.ErrorReason CANNOT_RESTORE_CONNECTION
FIX Connection cannot be restored.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.