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)




"Can I get another account from you? I am tired of ******* going down so often" - Comment from George
"I noticed that ******* quotes locked up shortly after the interest rate announcement yesterday while yours stayed stable." - Comment from Ron in Utah
"If you want customer service that answers the phone, your best bet is IQFeed. I cannot stop praising them or their technical support. They are always there for you, and they are quick. I have used ****** too but the best value is IQFeed." - Comment from Public Forum
"You have an excellent feed. Very few spikes for Spot Forex." - Comment from Public Forum Post
"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've never had DTN go out on me since switching. ******* would go down a couple times every month when I was using them." - Comment from Bryce in AL.
"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
"I have to tell you though that using the IQFeed API is about the easiest and cleanest I have seen for some time." - Comment from Jim
"I'm satisfied with IQFeed. It's the most reliable and fastest quote feed I have ever used. Although I'm a resident in China, it's still very fast!" - Comment from Xiaofei
"Previously I was using *******. IQFeed is WAY more economical, and for my charting needs is just as good, if not better." - Comment from Public Forum Post
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: Sat May 18, 2024 4:48 PM CFBB v1.2.0 7 ms.
© AderSoftware 2002-2003