biz.onixs.fix.engine
Class Session.WarningReason

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

public static class Session.WarningReason
extends Object

Warning reason.


Field Summary
static Session.WarningReason GARBLED_MESSAGE_RECEIVED
          Garbled message is received.
static Session.WarningReason LINK_ERROR_IS_DETECTED
          Telecommunication link error is detected.
static Session.WarningReason 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.WarningReason NA

GARBLED_MESSAGE_RECEIVED

public static final Session.WarningReason GARBLED_MESSAGE_RECEIVED
Garbled message is received.


LINK_ERROR_IS_DETECTED

public static final Session.WarningReason LINK_ERROR_IS_DETECTED
Telecommunication link error is detected.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


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