developers:fixapi.traderlogonresponse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
developers:fixapi.traderlogonresponse [2025/08/12 19:01] – created robdevelopers:fixapi.traderlogonresponse [2025/08/12 19:31] (current) rob
Line 48: Line 48:
  
 ---- ----
 +**Login Request from T4 FIX API Client**
  
 +<code>
 +>> 6/12/2015 10:34:35 AM   [FIXLOGIN] 34=1|49=T4Test|56=test|50=MasterUser|52=20150612-15:34:35.865|91=64768859-3ACF-4224-A4E9-DA66901AFC63|90=36|98=None|108=25|553=MasterUser|554=_good_password_|384=3|372=BB|372=d|372=UCG|
 +[FIXLOGIN]
 +[MsgSeqNum] 34 = 1
 +[SenderCompID] 49 = T4Test
 +[TargetCompID] 56 = test
 +[SenderSubID] 50 = MasterUser
 +[SendingTime] 52 = 20150612-15:34:35.865
 +[SecureData] 91 = 64768859-3ACF-4224-A4E9-DA66901AFC63
 +[SecureDataLen] 90 = 36
 +[EncryptMethod] 98 = None
 +[HeartBtInt] 108 = 25
 +[UserName] 553 = MasterUser
 +[Password] 554 = _good_password_
 +[NoMsgTypes] 384 = 3
 +[RefMsgType] 372 = BB (DISABLE_ACCOUNT_AUTOSUBSCRIPTION)
 +[RefMsgType] 372 = d (DISABLE_PORTFOLIO_LISTING)
 +[RefMsgType] 372 = UCG (ENABLE_TRADER_LOGINS)
 +</code>
  
 +**Successful Login Response from T4 FIX API**
 +
 +<code>
 +<< 6/12/2015 10:34:36 AM  [fixlogin] 34=1|49=test|56=T4Test|50=T4FIX|52=20150612-15:34:35.993|98=0|108=30|553=MasterUser|554=***|1408=4.3.34.5|
 +[FIXLOGIN]
 +[MsgSeqNum] 34 = 1
 +[SenderCompID] 49 = test
 +[TargetCompID] 56 = T4Test
 +[SenderSubID] 50 = T4FIX
 +[SendingTime] 52 = 20150612-15:34:35.993
 +[EncryptMethod] 98 = 0 (NONE)
 +[HeartBtInt] 108 = 30
 +[UserName] 553 = MasterUser
 +[Password] 554 = ***
 +[DefaultCstmApplVerID] 1408 = 4.3.34.5
 +</code>
 +
 +**Trader Logon Request from T4 FIX API Client - Bad Password**
 +
 +<code>
 +>> 6/12/2015 10:34:50 AM   [FIXTRADERLOGIN] 34=2|49=T4Test|56=test|52=20150612-15:34:50.182|91=64768859-3ACF-4224-A4E9-DA66901AFC63|90=36|553=Trader1|554=_bad_password_|
 +[FIXTRADERLOGIN]
 +[MsgSeqNum] 34 = 2
 +[SenderCompID] 49 = T4Test
 +[TargetCompID] 56 = test
 +[SendingTime] 52 = 20150612-15:34:50.182
 +[SecureData] 91 = 64768859-3ACF-4224-A4E9-DA66901AFC63
 +[SecureDataLen] 90 = 36
 +[UserName] 553 = Trader1
 +[Password] 554 = _bad_password_
 +</code>
 +
 +**Failed Trader Logon Response from T4 FIX API**
 +
 +<code>
 +<< 6/12/2015 10:34:50 AM  [fixtraderloginresponse] 34=2|49=test|56=T4Test|50=T4FIX|52=20150612-15:34:50.261|553=Trader1|58=Login failed: most likely incorrect trader and password combination|
 +[FIXTRADERLOGINRESPONSE]
 +[MsgSeqNum] 34 = 2
 +[SenderCompID] 49 = test
 +[TargetCompID] 56 = T4Test
 +[SenderSubID] 50 = T4FIX
 +[SendingTime] 52 = 20150612-15:34:50.261
 +[UserName] 553 = Trader1
 +[Text] 58 = Login failed: most likely incorrect trader and password combination
 +</code>
 +
 +**Trader Logon Request from T4 FIX API Client - Good Password**
 +
 +<code>
 +>> 6/12/2015 10:35:03 AM   [FIXTRADERLOGIN] 34=3|49=T4Test|56=test|52=20150612-15:35:03.186|91=64768859-3ACF-4224-A4E9-DA66901AFC63|90=36|553=Trader1|554=_good_password_|
 +[FIXTRADERLOGIN]
 +[MsgSeqNum] 34 = 3
 +[SenderCompID] 49 = T4Test
 +[TargetCompID] 56 = test
 +[SendingTime] 52 = 20150612-15:35:03.186
 +[SecureData] 91 = 64768859-3ACF-4224-A4E9-DA66901AFC63
 +[SecureDataLen] 90 = 36
 +[UserName] 553 = Trader1
 +[Password] 554 = _good_password_
 +</code>
 +
 +**Successful Trader Logon Response from T4 FIX API**
 +
 +<code>
 +<< 6/12/2015 10:35:03 AM  [fixtraderloginresponse] 34=3|49=test|56=T4Test|50=T4FIX|52=20150612-15:35:03.725|553=Trader1|58=Success|
 +[FIXTRADERLOGINRESPONSE]
 +[MsgSeqNum] 34 = 3
 +[SenderCompID] 49 = test
 +[TargetCompID] 56 = T4Test
 +[SenderSubID] 50 = T4FIX
 +[SendingTime] 52 = 20150612-15:35:03.725
 +[UserName] 553 = Trader1
 +[Text] 58 = Success
 +</code>
 +
 +**Logout Request from T4 FIX API Client**
 +
 +<code>
 +>> 6/12/2015 10:35:09 AM   [FIXLOGOUT] 34=4|49=T4Test|56=test|52=20150612-15:35:09.786|
 +[FIXLOGOUT]
 +[MsgSeqNum] 34 = 4
 +[SenderCompID] 49 = T4Test
 +[TargetCompID] 56 = test
 +[SendingTime] 52 = 20150612-15:35:09.786
 +</code>
 +
 +**Successful Logout Response from T4 FIX API**
 +
 +<code>
 +<< 6/12/2015 10:35:09 AM  [fixlogout] 34=4|49=test|56=T4Test|52=20150612-15:35:09.787|58=Successful logout upon request|
 +[FIXLOGOUT]
 +[MsgSeqNum] 34 = 4
 +[SenderCompID] 49 = test
 +[TargetCompID] 56 = T4Test
 +[SendingTime] 52 = 20150612-15:35:09.787
 +[Text] 58 = Successful logout upon request
 +</code>
 +
 +[[developers:legacy_fix_api|T4 FIX API Home]]
  • developers/fixapi.traderlogonresponse.1755025274.txt.gz
  • Last modified: 2025/08/12 19:01
  • by rob