Package | Description |
---|---|
biz.onixs.fix.engine |
Modifier and Type | Field and Description |
---|---|
static Session.ErrorReason |
Session.ErrorReason.CANNOT_RESTORE_CONNECTION
FIX Connection cannot be restored.
|
static Session.ErrorReason |
Session.ErrorReason.EXCEPTION_DURING_PROCESSING_OF_INCOMING_MESSAGE
Exception during processing of incoming message.
|
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.
|
static Session.ErrorReason |
Session.ErrorReason.NA |
static Session.ErrorReason |
Session.ErrorReason.USER_CODE_THREW_EXCEPTION
User code threw exception.
|
Modifier and Type | Method and Description |
---|---|
Session.ErrorReason |
Session.ErrorArgs.getReason()
Returns error reason.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.ErrorArgs.setReason(Session.ErrorReason reason) |
Constructor and Description |
---|
ErrorArgs(Session.ErrorReason reason,
String description)
Creates event data.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.