FIX type: Int.
Definition at line 1295 of file Fields.h.
◆ Base
◆ Enum
Identifies the code of termination.
Enumerator |
---|
Unspecified | 0 | Unspecified.
|
Finished | 1 | Finished.
|
Unnegotiated | 2 | Unnegotiated.
|
NotEstablished | 3 | NotEstablished.
|
SessionBlocked | 4 | SessionBlocked.
|
NegotiationInProgress | 5 | NegotiationInProgress.
|
EstablishInProgress | 6 | EstablishInProgress.
|
KeepaliveIntervalLapsed | 10 | KeepaliveIntervalLapsed.
|
InvalidSessionid | 11 | InvalidSessionid.
|
InvalidSessionverid | 12 | InvalidSessionverid.
|
InvalidTimestamp | 13 | InvalidTimestamp.
|
InvalidNextseqno | 14 | InvalidNextseqno.
|
UnrecognizedMessage | 15 | UnrecognizedMessage.
|
InvalidSofh | 16 | InvalidSofh.
|
DecodingError | 17 | DecodingError.
|
TerminateNotAllowed | 20 | TerminateNotAllowed.
|
TerminateInProgress | 21 | TerminateInProgress.
|
ProtocolVersionNotSupported | 23 | ProtocolVersionNotSupported.
|
BackupTakeoverInProgress | 30 | BackupTakeoverInProgress.
|
Definition at line 1300 of file Fields.h.
◆ toString()