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 noticed that ******* quotes locked up shortly after the interest rate announcement yesterday while yours stayed stable." - Comment from Ron in Utah
"Can I get another account from you? I am tired of ******* going down so often" - Comment from George
"Everything is working great ! Very impressive client. The news refreshes better and is more pertinent than the ******* feed I paid $ 100/month for. I Also like the charts a lot." - Comment from Leon
"Interactive Brokers tick data was inconsistent, so I have switched to using DTN exclusively. It is great to no longer have to worry about my datafeed all day long." - Comment from Philippe
"I just wanted to tell you what a fine job you have been doing. While *******, from what I hear, has been down and out, off and on, IQ feed has held like a champ this week." - Comment from Shirin
"I used to have *******, but they are way more money for the same thing. I have had no probs with data from DTN since switching over." - Comment from Public Forum Post
"The people at Nirvana have very nice things to say about your company and I can see why! Price and service is a potent combination." - Comment from Ed
"Thanks for the great product and support. During this week of high volume trading, my QuoteTracker + IQ Feed setup never missed a beat. Also, thanks for your swiftness in responding to data issues. I was on ******* for a few years before I made the switch over early this year, and wish I had done it a long time ago." - Comment from Ken
"DTN feed was the only feed that consistently matched Bloomberg feed for BID/ASK data verification work these past years......DTN feed is a must for my supply & demand based trading using Cumulative Delta" - Comment from Public Forum Post
"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
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 »2.3.0.3 problem with first field
Author Topic: 2.3.0.3 problem with first field (7 messages, Page 1 of 1)

nsolot
-DTN Guru-
Posts: 273
Joined: Sep 4, 2004


Posted: Jun 6, 2005 08:21 AM          Msg. 1 of 7
I'm seeing some messages arriving with odd data in the first field.


In some cases the "Q" is simply missing, for example:

,@NQM5,10,1548.00,-2.5,-0.001612383,6796,5,1552.50,1547.50,1548.00,1548.50,10,180,183,,5.,09:05t,319595,1550.00,1550.50,0.5,,1549.00,,,,,,,06/06/2005,,1548.00,06/17/2005,,,-2.5,0,,,0.5,0.5,-2.,1,0.003229974,,12,2,10,,,1550.00,0,0,0,920,,,,,
06,05,05,453,NQ

In other cases, the Q is prepended with the character 0x0D.

DTN_Natalie_H
-DTN Evangelist-
Posts: 175
Joined: May 10, 2004

DTN Market Access, LLC.


Posted: Jun 6, 2005 10:06 AM          Msg. 2 of 7
Are you seeing this issue with one of the IQFeed apps, or your own? How many, and which symbols were you watching at the time? How often are you seeing this issue?

Any other information you can give me to re-recreate the issue would be great. Thanks!

Natalie

Natalie Hannan DTN Market Access, LLC.

nsolot
-DTN Guru-
Posts: 273
Joined: Sep 4, 2004


Posted: Jun 6, 2005 10:23 AM          Msg. 3 of 7
My own app. Just implemented the beta API this weekend.

Watching a total of 59 tickers. I'll post a list later if you need them. As best I can tell this happened between 9 & 9:30 EST, but I'll know more when I anyalyze my log file after the mkt close today.

If you have a test app you can modify, I'd suggest putting in a trap to catch any instances where the field length is not equal to 1. I also saw this on a time message:

,20050606 09:14

Looking at my log I find the missing Q for @YMM5, DIA, @ESM5, @NQM5, CMCSA in pre mkt this morning. I don't like to disturb my app during regular trading hours.

nsolot
-DTN Guru-
Posts: 273
Joined: Sep 4, 2004


Posted: Jun 6, 2005 11:03 AM          Msg. 4 of 7
Hope you don't mind my ticker list as a code snippet.

IQTickers[0] = "INDU.X";
IQTickers[1] = "SPX.XO";
IQTickers[2] = "NDX.X";
IQTickers[3] = "VINA.Z"; //NYSE up vol
IQTickers[4] = "VIND.Z"; //NYSE down Vol
IQTickers[5] = "IINA.Z"; //NYSE Adv
IQTickers[6] = "IIND.Z"; //NYSE Decl
IQTickers[7] = "IINU.Z";
IQTickers = "DIA";
IQTickers[9] = "SPY";
IQTickers[10] = "QQQQ";
IQTickers[11].Format("@YM%c%c", MonthCode, year);
IQTickers[12].Format("@ES%c%c", MonthCode, year);
IQTickers[13].Format("@NQ%c%c", MonthCode, year);
IQTickers[14] = "TICK.Z";
IQTickers[15] = "TRIN.Z";

//SP500 STATS
IQTickers[16] = "VI6A.Z";
IQTickers[17] = "VI6D.Z";
IQTickers[18] = "VI6U.Z";
IQTickers[19] = "VI6T.Z";
IQTickers[20] = "II6A.Z";
IQTickers[21] = "II6D.Z";
IQTickers[22] = "II6U.Z";
IQTickers[23] = "II6T.Z";
IQTickers[24] = "JT6T.Z";
//NAZ 100
IQTickers[25] = "VI5A.Z";
IQTickers[26] = "VI5D.Z";
IQTickers[27] = "VI5U.Z";
IQTickers[28] = "VI5T.Z";
IQTickers[29] = "II5A.Z";
IQTickers[30] = "II5D.Z";
IQTickers[31] = "II5U.Z";
IQTickers[32] = "II5T.Z";
IQTickers[33] = "JT5T.Z";

int iQ=34;
IQTickers[iQ++] = "AIG";
IQTickers[iQ++] = "AMGN";
IQTickers[iQ++] = "AXP";
IQTickers[iQ++] = "BA";
IQTickers[iQ++] = "BAC";
IQTickers[iQ++] = "C";
IQTickers[iQ++] = "CAT"; //40
IQTickers[iQ++] = "CMCSA";
IQTickers[iQ++] = "CSCO";
IQTickers[iQ++] = "DELL";
IQTickers[iQ++] = "EBAY";
IQTickers[iQ++] = "GE";
IQTickers[iQ++] = "IBM";
IQTickers[iQ++] = "INTC";
IQTickers[iQ++] = "JNJ";
IQTickers[iQ++] = "MMM";
IQTickers[iQ++] = "MSFT"; //50
IQTickers[iQ++] = "NXTL";
IQTickers[iQ++] = "PFE";
IQTickers[iQ++] = "PG";
IQTickers[iQ++] = "QCOM";
IQTickers[iQ++] = "SBUX";
IQTickers[iQ++] = "UTX";
IQTickers[iQ++] = "WMT";
IQTickers[iQ++] = "XOM"; //59

DTN_Natalie_H
-DTN Evangelist-
Posts: 175
Joined: May 10, 2004

DTN Market Access, LLC.


Posted: Jun 6, 2005 02:26 PM          Msg. 5 of 7
Thanks for the info. I'll try to recreate this here, by looking at IQFeed's log file. If you would like to do this too, that would be great.

The registry settings for logging are found in the registry in HKEY_CURRENT_USER\Software\DTN \IQFeed\Startup. Use LogPath to set the path to the log file, and set LogLevel to 1. The log file is named IQConnectLog.txt, and will be placed in the path that you have set.

Natalie Hannan DTN Market Access, LLC.

nsolot
-DTN Guru-
Posts: 273
Joined: Sep 4, 2004


Posted: Jun 6, 2005 10:21 PM          Msg. 6 of 7
I'll try setting the log level to 1. Please check your PM, I'm sending some more info there.

DTN_Natalie_H
-DTN Evangelist-
Posts: 175
Joined: May 10, 2004

DTN Market Access, LLC.


Posted: Jun 14, 2005 11:37 AM          Msg. 7 of 7
FYI - still working on this.

Natalie

Natalie Hannan DTN Market Access, LLC.
 

 

Time: Fri May 17, 2024 8:18 AM CFBB v1.2.0 14 ms.
© AderSoftware 2002-2003