SessionStatus

Tag 1409

SessionStatus

Abbreviation: SessStat
Typeint
Tag1409
AddedFIX.5.0SP1
Used in2 messages

Description

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
WireNameDescription
1409=0SessionActiveSession active
1409=1SessionPasswordChangedSession password changed
1409=2SessionPasswordDueToExpireSession password due to expire
1409=3NewSessionPasswordDoesNotComplyWithPolicyNew session password does not comply with policy
1409=4SessionLogoutCompleteSession logout complete
1409=5InvalidUsernameOrPasswordInvalid username or password
1409=6AccountLockedAccount locked
1409=7LogonsAreNotAllowedAtThisTimeLogons are not allowed at this time
1409=8PasswordExpiredPassword expired

Enumerated Values

9
ValueSymbolic NameDescriptionAdded
0SessionActiveSession activeFIX.5.0
1SessionPasswordChangedSession password changedFIX.5.0
2SessionPasswordDueToExpireSession password due to expireFIX.5.0
3NewSessionPasswordDoesNotComplyWithPolicyNew session password does not comply with policyFIX.5.0
4SessionLogoutCompleteSession logout completeFIX.5.0
5InvalidUsernameOrPasswordInvalid username or passwordFIX.5.0
6AccountLockedAccount lockedFIX.5.0
7LogonsAreNotAllowedAtThisTimeLogons are not allowed at this timeFIX.5.0
8PasswordExpiredPassword expiredFIX.5.0

Used in Messages

2