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
"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 like you guys better than *******...much more stable and a whole lot fewer issues." - Comment from Philip
"With HUGE volume on AAPL and RIMM for 2 days, everyone in a trading room was whining about freezes, crashes and lag with *******, RealTick, TS and Cyber. InvestorRT with IQFeed was rock solid. I mean SOLID!" - Comment from Public IRC Chat
"If you are serious about your trading I would not rely on IB data for serious daytrading. Took me a while to justify the cost of IQ Feed and in the end, it's just a 2 point stop on ES. Better safe than sorry" - Comment from Public Forum
"You are much better than lawyers or the phone company because you answer the phone when I call! I just love your customer service." - Comment from Isreal
"I cannot believe what a difference it makes trading with ProphetX!" - Comment from Bruce in Los Angeles
"I'm very glad I switched to IQFeed. It's working perfectly with no lag, even during fast market conditions." - Comment from Andy via Email
"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 was on the phone with a friend who uses CQG and right after the Fed announcement, CQG was as much as 30 seconds behind DTN.IQ. Some quotes were off by as much as 15-18 cents. Your feed never missed a beat." - Comment from Roger
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 4, 2024 3:55 AM CFBB v1.2.0 9 ms.
© AderSoftware 2002-2003