stargrazer
-DTN Guru-
Posts: 302
Joined: Jun 13, 2005
Right Here & Now
|
Posted: Oct 16, 2021 11:53 AM
Msg. 1 of 6
Hello,
I extract the version string from the S,CUST message to determine functionality and availability of services.
I have 6.2.0.23 installed. Yet I see 6.1.0.20 in the statement.
S,CURRENT PROTOCOL,6.2, does work to enable certain operations but it would be useful to see that the right version is in place to start with.
There are Level 2 functions which have only recently been released and I would like to check the version prior to enabling/using those functions.
|
altmany
-Interested User-
Posts: 73
Joined: Jul 30, 2018
IQML - IQFeed-MATLAB connector
|
Posted: Oct 16, 2021 12:23 PM
Msg. 2 of 6
Are you certain that when you initially connect to IQFeed you specify S,SET PROTOCOL,6.2 in *ALL* the connection ports? Yair Altman IQML - IQFeed-MATLAB connector https://UndocumentedMatlab.com/IQML
I am not a DTN employee; my post reflects my personal opinion
|
stargrazer
-DTN Guru-
Posts: 302
Joined: Jun 13, 2005
Right Here & Now
|
Posted: Oct 16, 2021 12:48 PM
Msg. 3 of 6
The SET PROTOCOL is a bit of a red herring. Upon connection, I get: $ telnet 127.0.0.1 5009 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. S,KEY,99999 S,SERVER CONNECTED S,IP,0.0.0.0 59000,0.0.0.0 59000,66.112.148.210 60009, 66.112.148.213 60001,66.112.148.210 60005,66.112.156.212 60012, 66.112.156.200 60003,66.112.148.211 60015,66.112.148.210 60050, 66.112.148.213 60014,66.112.148.210 60016,66.112.148.210 60018 S,CUST,real_time,66.112.148.226,60002,WkznRa,6.1.0.20,0, ........ T,20211016 12:44:31 T,20211016 12:44:32 T,20211016 12:44:33
Which all arrives prior to being able to do the SET PROTOCOL Edited by stargrazer on Oct 16, 2021 at 01:53 PM
|
altmany
-Interested User-
Posts: 73
Joined: Jul 30, 2018
IQML - IQFeed-MATLAB connector
|
Posted: Oct 16, 2021 01:09 PM
Msg. 4 of 6
This field in the S,CUST message indicates the latest official version of IQFeed, which is currently 6.1.0.20. Remember that 6.2 is still in beta mode and not the officially supported version [yet]. Simply run the S,SET PROTOCOL,6.2 after you receive this message and you should be ok. You will see that the 6.2 protocol is used by an incoming S,CURRENT PROTOCOL,6.2 message. Note that you need to repeat this protocol setting for all ports, not just the Admin port. Yair Altman IQML - IQFeed-MATLAB connector https://UndocumentedMatlab.com/IQML
I am not a DTN employee; my post reflects my personal opinion
|
stargrazer
-DTN Guru-
Posts: 302
Joined: Jun 13, 2005
Right Here & Now
|
Posted: Oct 16, 2021 01:52 PM
Msg. 5 of 6
Ok, to wrap this up: I'm hoping that DTN will make a note and maybe look into a mechanism where the developer can determine the actual version being connected such that the application can then make appropriate services available for the functionality actually supplied.
|
DTN_Steve_S
-DTN Guru-
Posts: 2096
Joined: Nov 21, 2005
|
Posted: Oct 18, 2021 10:30 AM
Msg. 6 of 6
Hello, the official release version is 6.2.0.23 currently (not 6.1). The version field in the S,CUST message also controls the IQFeed version Upgrade Nag so it has always lagged the actual release date by a bit of time to allow a small number of customers to upgrade naturally before we turn on the nag. Unfortunately, with the timing of data center move, we didn't want to have both happening at once so we are delaying the upgrade nag until after the datacenter move is complete. However, the current version field in this message does not indicate (and never has indicated) the installed version. For example, once we update this field after the move, customers running 6.1 or older versions will still get a 6.2 version number in this field. The installed version would either have to be pulled out of the registry (documented here: https://www.iqfeed.net/dev/api/docs//RegistrySettings.cfm) or by examining the file information of IQConnect.exe.
|
|
|
|