Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| developers:fixapi:traderlogoutresponse [2025/09/12 01:20] – removed - external edit (Unknown date) 127.0.0.1 | developers:fixapi:traderlogoutresponse [2025/09/17 01:03] (current) – chad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== TRADER LOGOUT [35=UCH] ====== | ||
| + | The Trader Logout message removes an authenticated trader from the FIX session. | ||
| + | |||
| + | ===== Prerequisites ===== | ||
| + | * Multi-Trader mode must be enabled (Tag 372=UCG) | ||
| + | * Target trader must be logged in | ||
| + | * No password required for logout | ||
| + | |||
| + | ===== Message Specification ===== | ||
| + | |||
| + | **Message Direction: | ||
| + | |||
| + | ^ Tag ^ Field Name ^ Type ^ Req'd ^ Description ^ | ||
| + | | | **Message Header** | | Y | MsgType = UCH | | ||
| + | | 109 | ClientID | String | O | Organization ID | | ||
| + | | 553 | UserName | String | Y | Trader to log out | | ||
| + | | | **Message Trailer** | | Y | | | ||
| + | |||
| + | ===== Sample Messages ===== | ||
| + | |||
| + | **Trader Logout Request:** | ||
| + | < | ||
| + | 8=FIX.4.2|9=100|35=UCH|49=T4Example|56=ctsdev|50=Trader1|52=20160930-16: | ||
| + | 109=CTS|553=Trader1|10=123| | ||
| + | </ | ||
| + | |||
| + | **Successful Response:** | ||
| + | < | ||
| + | 8=FIX.4.2|9=100|35=UCJ|49=ctsdev|56=T4Example|50=T4FIX|52=20160930-16: | ||
| + | 553=Trader1|58=Success|10=234| | ||
| + | </ | ||
| + | |||
| + | ===== Notes ===== | ||
| + | * Failed logout doesn' | ||
| + | * Other traders remain logged in | ||
| + | * FIX Logout terminates entire session | ||
| + | * Response type is Trader Logout Response (35=UCJ) | ||