Package | Description |
---|---|
biz.onixs.fix.engine |
Modifier and Type | Field and Description |
---|---|
static Session.WarningReason |
Session.WarningReason.GARBLED_MESSAGE_RECEIVED
Garbled message is received.
|
static Session.WarningReason |
Session.WarningReason.LINK_ERROR_IS_DETECTED
Telecommunication link error is detected.
|
static Session.WarningReason |
Session.WarningReason.NA |
static Session.WarningReason |
Session.WarningReason.RECONNECT_ATTEMPT_FAILED
Reconnect attempt is failed.
|
static Session.WarningReason |
Session.WarningReason.RESEND_REQUEST_INTERRUPTED
Resend Request (2) handling is interrupted.
|
static Session.WarningReason |
Session.WarningReason.RESEND_REQUEST_MANUALLY
Resend Request (2) message was sent by the sendResendRequest session method.
|
static Session.WarningReason |
Session.WarningReason.RESEND_REQUEST_REJECT_CONSIDERED_AS_GAP_FILL
Reject(3) message on Resend Request(2) is considered as Gap Fill.
|
static Session.WarningReason |
Session.WarningReason.TIMEOUT_AFTER_HEADER
Timeout is detected after header of a message was received.
|
static Session.WarningReason |
Session.WarningReason.TIMEOUT_IS_DETECTED
Timeout is detected.
|
Modifier and Type | Method and Description |
---|---|
Session.WarningReason |
Session.WarningArgs.getReason()
Returns warning reason.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.WarningArgs.setReason(Session.WarningReason reason) |
Constructor and Description |
---|
WarningArgs(Session.WarningReason reason,
String description)
Creates event data.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.