Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
faq:logout [2025/01/15 20:14] – created rob | faq:logout [2025/01/16 20:19] (current) – [Failed Authentication] rob | ||
---|---|---|---|
Line 10: | Line 10: | ||
==== Failed Authentication ==== | ==== Failed Authentication ==== | ||
- | To start a new FIX session, the T4 FIX API will need to reach successful authentication of the client' | + | To start a new FIX session, the T4 FIX API will need to reach successful authentication of the client' |
A new FIX session (with sequence numbers reset to 1) will be required after the receipt of a Logout message and its subsequent physical disconnection. | A new FIX session (with sequence numbers reset to 1) will be required after the receipt of a Logout message and its subsequent physical disconnection. | ||
Line 25: | Line 25: | ||
Client request to logout: | Client request to logout: | ||
+ | < | ||
+ | 34=2|49=CTS|56=T4Example|52=20120904-22: | ||
+ | |||
+ | [FIXLOGOUT] | ||
+ | [MsgSeqNum] 34 = 2 | ||
+ | [SenderCompID] 49 = CTS | ||
+ | [TargetCompID] 56 = T4Example | ||
+ | [SendingTime] 52 = 20120904-22: | ||
+ | </ | ||
+ | |||
+ | |||
+ | Server Response: | ||
+ | < | ||
+ | 34=2|49=T4Example|56=CTS|50=T4FIX|52=20120904-22: | ||
+ | |||
+ | [FIXLOGOUT] | ||
+ | [MsgSeqNum] 34 = 2 | ||
+ | [SenderCompID] 49 = T4Example | ||
+ | [TargetCompID] 56 = CTS | ||
+ | [SenderSubID] 50 = T4FIX | ||
+ | [SendingTime] 52 = 20120904-22: | ||
+ | [Text] 58 = Successful logout upon request | ||
+ | </ | ||