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 cannot believe what a difference it makes trading with ProphetX!" - Comment from Bruce in Los Angeles
"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 am very happy I changed. I love the product, but more so I am thrilled with Tech Support. You are knowledgeable, polite, pleasant and professional." - Comment from Pat
"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
"After all the anxiety I had with my previous data provider it is a relief not to have to worry about data speed and integrity." - Comment from Eamonn
"I've been using Neoticker RT with IQFeed for two months, and I'm very happy with both of the products (I've had IQFeed for two years with very few complaints). The service from both companies is exceptional." - Comment from Public Forum
"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
"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
"I just wanted to let you know how fast and easy I found it to integrate IQFeed into our existing Java code using your JNI client. In my experience, such things almost never go so smoothly - great job!" - Comment from Nate
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: Thu April 25, 2024 12:44 AM CFBB v1.2.0 11 ms.
© AderSoftware 2002-2003