Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
developers:fixapi.logon [2025/08/12 14:03] – created rob | developers:fixapi.logon [2025/08/12 14:59] (current) – rob | ||
---|---|---|---|
Line 78: | Line 78: | ||
==== Login Request from T4 FIX API Client ==== | ==== Login Request from T4 FIX API Client ==== | ||
+ | |||
+ | < | ||
+ | 6/7/2013 9:47:22 AM [FIXLOGIN] 34=1|49=T4Example|56=T4|52=20130607-14: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | [FIXLOGIN] | ||
+ | [MsgSeqNum] 34 = 1 | ||
+ | [SenderCompID] 49 = T4Example | ||
+ | [TargetCompID] 56 = T4 Firm assigned in registration email or by firm | ||
+ | [SendingTime] 52 = 20130607-14: | ||
+ | [SecureData] 91 = 112A04B0-5AAF-42F4-994E-FA7CB959C60B | ||
+ | [SecureDataLen] 90 = 36 | ||
+ | [EncryptMethod] 98 = 0 | ||
+ | [HeartBtInt] 108 = 30 | ||
+ | [UserName] 553 = _username_ | ||
+ | [Password] 554 = _password_ | ||
+ | [NoMsgTypes] 384 = 2 | ||
+ | [RefMsgType] 372 = d (DISABLE_PORTFOLIO_LISTING) | ||
+ | [RefMsgType] 372 = D (DECIMAL PRICING) | ||
+ | </ | ||
+ | |||
+ | ==== Successful Login Response from T4 FIX API ==== | ||
+ | |||
+ | < | ||
+ | 6/7/2013 9:47:24 AM [fixlogin] 34=1|49=T4|56=T4Example|50=T4FIX|52=20130607-14: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | [FIXLOGIN] | ||
+ | [MsgSeqNum] 34 = 1 | ||
+ | [SenderCompID] 49 = T4 | ||
+ | [TargetCompID] 56 = T4Example | ||
+ | [SenderSubID] 50 = T4FIX | ||
+ | [SendingTime] 52 = 20130607-14: | ||
+ | [EncryptMethod] 98 = 0 | ||
+ | [HeartBtInt] 108 = 30 | ||
+ | [UserName] 553 = username | ||
+ | [Password] 554 = *** | ||
+ | [DefaultCstmApplVerID] 1408 = 4.1.1.1 | ||
+ | </ | ||
+ | |||
+ | |||
+ | [[developers: | ||
+ | |||