Join the 80,000 other DTN customers who enjoy the fastest, most reliable data available. There is no better value than DTN!

(Move your cursor to this area to pause scrolling)




"I've been using IQFeed 4 in a multi-threaded situation for the last week or two on 2600 symbols or so with 100 simultaneous daily charts, and I have had 100% responsiveness." - Comment from Scott
"I will tell others who want to go into trading that DTN ProphetX is an invaluable tool, I don't think anyone can trade without it..." - Comment from Luther
"I have been using IQFeed now for a few years in MultiCharts and I have zero complaints. Very, very rare to have any data hiccups or anything at all go wrong." - Comment from Public Forum
"Just a quick one to say I'm very impressed so far :) The documentation for developers is excellent and I've quickly managed to get an app written to do historical downloads. The system is very robust and pretty quick considering the extent of data that's available. The support guys have been very helpful too, in combination with the forums it's been plain sailing so far!" - Comment from Adam
"I like you guys better than *******...much more stable and a whole lot fewer issues." - Comment from Philip
"I am keeping IQFeed, much better reliabilty than *******. I may refer a few other people in the office to switch as well." - Comment from Don
"Thank God for your Data Feed as the only Zippers I see are on my pants (LOL), and no more 200 pip spikes to mess up charts." - Comment from Spiro via Email
"I had always used ******* but for the past 2 weeks have been trying DTN IQFeed. Customer support has been extraordinary. They call just to make sure your problem hasn't recurred." - Comment from Public Forum
"If someone needs the best quality data and backfill beyond what their broker provides at a rate that is the best in the industry, I highly recommend IQFeed." - Comment from Josh via Public Forum
"Just a thank you for the very helpful and prompt assistance and services. You provided me with noticeably superior service in my setup compared to a couple of other options I had looked at." - Comment from John
Home  Search  Register  Login  Recent Posts

Information on DTN's Industries:
DTN Oil & Gas | DTN Trading | DTN Agriculture | DTN Weather
Follow DTNMarkets on Twitter
DTN.IQ/IQFeed on Twitter
DTN News and Analysis on Twitter
»Forums Index »Archive (2017 and earlier) »IQFeed Developer Support »S,CUST shows 6.1.0.20 instead of expected 6.2.0.23
Author Topic: S,CUST shows 6.1.0.20 instead of expected 6.2.0.23 (6 messages, Page 1 of 1)

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: 2093
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.
 

 

Time: Fri April 26, 2024 12:06 PM CFBB v1.2.0 8 ms.
© AderSoftware 2002-2003