Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| developers:fixapi:traderlogonresponse [2025/09/12 01:19] – removed - external edit (Unknown date) 127.0.0.1 | developers:fixapi:traderlogonresponse [2025/09/12 02:41] (current) – chad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== TRADER LOGON RESPONSE [35=UCI] ====== | ||
| + | The Trader Logon Response message confirms or rejects Trader Logon attempts. | ||
| + | |||
| + | ===== Response Indicators ===== | ||
| + | * **Success: | ||
| + | * **Failure: | ||
| + | * Failed logon doesn' | ||
| + | |||
| + | ===== Message Specification ===== | ||
| + | |||
| + | **Message Direction: | ||
| + | |||
| + | ^ Tag ^ Field Name ^ Type ^ Req'd ^ Description ^ | ||
| + | | | **Message Header** | | Y | MsgType = UCI | | ||
| + | | 553 | UserName | String | Y | T4 Trader username | | ||
| + | | 58 | Text | String | Y | Success or failure reason | | ||
| + | | | **Message Trailer** | | Y | | | ||
| + | |||
| + | ===== Sample Messages ===== | ||
| + | |||
| + | **Successful Response:** | ||
| + | < | ||
| + | 8=FIX.4.2|9=100|35=UCI|49=test|56=T4Test|50=T4FIX|52=20150612-15: | ||
| + | 553=Trader1|58=Success|10=234| | ||
| + | </ | ||
| + | |||
| + | **Failed Response (Bad Password): | ||
| + | < | ||
| + | 8=FIX.4.2|9=150|35=UCI|49=test|56=T4Test|50=T4FIX|52=20150612-15: | ||
| + | 553=Trader1|58=Login failed: most likely incorrect trader and password combination|10=234| | ||
| + | </ | ||
| + | |||
| + | ===== Notes ===== | ||
| + | * Session continues after failed trader logon | ||
| + | * Master User and other authenticated traders remain connected | ||
| + | * Trader must have assigned accounts/ | ||