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 started a trial a few weeks back before the market went wild. DTN.IQ didn’t miss anything and beat my other provider. I decided to stay with you because of the great service through all the volatility." - Comment from Mike
"IQ feed is brilliant. The support is mind-bending. What service!" - 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
"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 "bracket trade" all major news releases and I have not found one lag or glitch with DTN.IQ feed. I am very comfortable with their feed under all typical news conditions (Fed releases, employment numbers, etc)." - Comment from Public Forum
"The service is great, I see a noticeable improvement in my volume profiles over [broker]'s data feed" - Comment from Larry
"IQ feed works very well, does not have all of the normal interruptions I have grown used to on *******" - Comment from Mark
"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
"I was with ******* for 4 years at $230 a month, this is a huge savings for me, GOD BLESS YOU PEOPLE," - Comment from T.S. via Email
"As a past ******* customer(and not a happy one), IQ Feed by DTN is a much better and cheaper product with great customer support. I have had no problems at all since switching over." - 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 »Corrupted structure for historical data
Author Topic: Corrupted structure for historical data (6 messages, Page 1 of 1)

ovolansky
-Interested User-
Posts: 9
Joined: Apr 18, 2018


Posted: Apr 27, 2018 08:59 AM          Msg. 1 of 6
Hello,

I'm trying to receive historical data for approx 2000 symbols and after a while some records which I receive are not in correct structure.

It looks like the last row overwrite the first row and the message begins with: 238,!ENDMSG!,
Could you please advice me, what could be the reason? ( I tried to increase socket buffer, but without any improvement)

Thank you,
Ondrej

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Apr 27, 2018 09:22 AM          Msg. 2 of 6
Hello, this is almost certainly a case of either not properly dealing with partial messages you read off the socket or not properly clearing resources between requests.

By "partial messages", I'm referring to when you read from a socket into a buffer, there is no guarantee that the last characters read will be at a message break which means you have to save off the partial message you received and prepend it to the beginning of the data on the next socket read.

ovolansky
-Interested User-
Posts: 9
Joined: Apr 18, 2018


Posted: Apr 27, 2018 09:42 AM          Msg. 3 of 6
Hello,

I reused the script from your example, please see enclosed file. The strange thing is, that ENDMSG replaces the beginning of the original message, it is not just in the wrong order - so it looks that it happen already somewhere in the socket - as OnReceive only concatenate strings (in my case it is overwritten).

It happens only when I ask for longer period and only in very few cases. 1 of 300.



File Attached: vb_net.txt (downloaded 1377 times)

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Apr 27, 2018 01:46 PM          Msg. 4 of 6
There are a couple changes to that file that could affect the reliability of the code (I am unable to tell since the changes call functions that aren't included). However, by modifying the same example app to adding a simple re-request loop that triggers when the ENDMSG is received, I was able to cycle through ~27K requests without error before I stopped it.

I'm not discounting the idea that the example code might have a bug in it that causes this. The example code is designed to simply demonstrate the communication and isn't very robust. Of course it is also possible that it could be a bug in the feed itself although that would be much less likely.

My recommendation to continue troubleshooting would be for you to examine the calls to BeginReceive and EndReceive to make sure they are always paired correct. For every call to BeginReceive, there should be exactly one call to EndRecieve and it should happen before the next call to BeginReceive.

I would also add an extra Array.Clear on the socket buffer array before calling EndReceive just to be 100% sure that any data you are processing is new off the socket instead of somehow leftover from the previous read.

You might also want to turn on logging in IQConnect (you can do this via the diagnostics app) to see what the feed is actually sending and compare this to what your app is receiving. Unfortunately, the logging in IQConnect will certainly affect performance of the feed and will likely result in a very large text file so it could be troublesome to work with.
Edited by DTN_Steve_S on Apr 27, 2018 at 01:48 PM

ovolansky
-Interested User-
Posts: 9
Joined: Apr 18, 2018


Posted: May 2, 2018 03:34 AM          Msg. 5 of 6
Hello,

I will try to do some testing on my side based on your advice.

Thank you,
Ondrej

ovolansky
-Interested User-
Posts: 9
Joined: Apr 18, 2018


Posted: May 3, 2018 02:20 AM          Msg. 6 of 6
Hello,

Finally I found an issue in the way I called the socket - I called it twice. Now it works without any problems.

Thank you for your support
 

 

Time: Sun May 19, 2024 10:37 AM CFBB v1.2.0 10 ms.
© AderSoftware 2002-2003