Tag 1409
SessionStatus
Abbreviation:
SessStatDescription
Status of a FIX session
Wire Format & Usage Example
Single field (key=value)
1409=0 (SessionActive)
In a FIX message (Logout)
8=FIX.4.4 | 9=... | 35=5 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1409=0 (SessionActive) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1409=0 (SessionActive) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1409=0 | SessionActive | Session active |
1409=1 | SessionPasswordChanged | Session password changed |
1409=2 | SessionPasswordDueToExpire | Session password due to expire |
1409=3 | NewSessionPasswordDoesNotComplyWithPolicy | New session password does not comply with policy |
1409=4 | SessionLogoutComplete | Session logout complete |
1409=5 | InvalidUsernameOrPassword | Invalid username or password |
1409=6 | AccountLocked | Account locked |
1409=7 | LogonsAreNotAllowedAtThisTime | Logons are not allowed at this time |
1409=8 | PasswordExpired | Password expired |
Enumerated Values
9| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | SessionActive | Session active | FIX.5.0 |
| 1 | SessionPasswordChanged | Session password changed | FIX.5.0 |
| 2 | SessionPasswordDueToExpire | Session password due to expire | FIX.5.0 |
| 3 | NewSessionPasswordDoesNotComplyWithPolicy | New session password does not comply with policy | FIX.5.0 |
| 4 | SessionLogoutComplete | Session logout complete | FIX.5.0 |
| 5 | InvalidUsernameOrPassword | Invalid username or password | FIX.5.0 |
| 6 | AccountLocked | Account locked | FIX.5.0 |
| 7 | LogonsAreNotAllowedAtThisTime | Logons are not allowed at this time | FIX.5.0 |
| 8 | PasswordExpired | Password expired | FIX.5.0 |