Uses of Class
biz.onixs.fix.engine.Session.ErrorReason

Packages that use Session.ErrorReason
biz.onixs.fix.engine   
 

Uses of Session.ErrorReason in biz.onixs.fix.engine
 

Fields in biz.onixs.fix.engine declared as Session.ErrorReason
static Session.ErrorReason Session.ErrorReason.CANNOT_RESTORE_CONNECTION
          FIX Connection cannot be restored.
static Session.ErrorReason Session.ErrorReason.FIRST_MESSAGE_NOT_A_LOGON
          First message received is not a Logon message.
static Session.ErrorReason 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 Session.ErrorReason.NA
           
 

Methods in biz.onixs.fix.engine that return Session.ErrorReason
 Session.ErrorReason Session.ErrorArgs.getReason()
          Returns error reason.
 

Methods in biz.onixs.fix.engine with parameters of type Session.ErrorReason
 void Session.ErrorArgs.setReason(Session.ErrorReason reason)
           
 

Constructors in biz.onixs.fix.engine with parameters of type Session.ErrorReason
Session.ErrorArgs(Session.ErrorReason reason, String description)
          Creates event data.
 



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