|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session.WarningReason | |
---|---|
biz.onixs.fix.engine |
Uses of Session.WarningReason in biz.onixs.fix.engine |
---|
Fields in biz.onixs.fix.engine declared as Session.WarningReason | |
---|---|
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
|
Methods in biz.onixs.fix.engine that return Session.WarningReason | |
---|---|
Session.WarningReason |
Session.WarningArgs.getReason()
Returns warning reason. |
Methods in biz.onixs.fix.engine with parameters of type Session.WarningReason | |
---|---|
void |
SessionImpl.onWarning(Session.WarningReason reason,
String description)
|
void |
Session.WarningArgs.setReason(Session.WarningReason reason)
|
Constructors in biz.onixs.fix.engine with parameters of type Session.WarningReason | |
---|---|
Session.WarningArgs(Session.WarningReason reason,
String description)
Creates event data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |