APIer
-Interested User-
Posts: 13
Joined: Feb 1, 2007
|
Posted: Feb 1, 2007 08:17 PM
Msg. 1 of 15
Hello,
Once and a while when I pull data from the History socket it comes back reversed. My code is EXACTLY the same, this only happens maybe once a week. I've also been having trouble connecting lately, and receive the following error in my log file "Unable to connect to minute history socket". Below is an example of the reversed data - any idea why this is happening?:
1/31/2007 4:01:00 PM,10.63,10.63,10.62,10.62,82646,0,0 1/31/2007 4:00:00 PM,10.63,10.71,10.62,10.62,48431,0,0 1/31/2007 3:59:00 PM,10.7,10.71,10.61,10.63,43117,0,0 1/31/2007 3:58:00 PM,10.72,10.73,10.69,10.71,41740,0,0 1/31/2007 3:57:00 PM,10.73,10.73,10.72,10.73,17004,0,0 1/31/2007 3:56:00 PM,10.73,10.73,10.7,10.72,32659,0,0 1/31/2007 3:55:00 PM,10.75,10.76,10.74,10.74,17700,0,0 1/31/2007 3:54:00 PM,10.77,10.77,10.76,10.76,27548,0,0 1/31/2007 3:53:00 PM,10.76,10.77,10.76,10.77,1328,0,0 1/31/2007 3:52:00 PM,10.76,10.77,10.76,10.76,5786,0,0 1/31/2007 3:51:00 PM,10.76,10.77,10.76,10.77,7049,0,0 1/31/2007 3:50:00 PM,10.7618,10.77,10.7618,10.77,3200,0,0 1/31/2007 3:49:00 PM,10.76,10.77,10.76,10.76,3400,0,0 1/31/2007 3:48:00 PM,10.77,10.77,10.76,10.77,3200,0,0 1/31/2007 3:47:00 PM,10.76,10.77,10.76,10.77,4024,0,0 1/31/2007 3:46:00 PM,10.76,10.77,10.76,10.77,800,0,0 1/31/2007 3:45:00 PM,10.76,10.77,10.76,10.7699,3838,0,0 1/31/2007 3:44:00 PM,10.77,10.77,10.77,10.77,1400,0,0 1/31/2007 3:43:00 PM,10.77,10.77,10.76,10.76,4050,0,0 1/31/2007 3:42:00 PM,10.77,10.77,10.76,10.77,7427,0,0 1/31/2007 3:41:00 PM,10.75,10.77,10.75,10.77,14620,0,0 1/31/2007 3:40:00 PM,10.77,10.77,10.76,10.76,23850,0,0
|