Market Data » Duplicate Ticks Jul 29, 2014 @ 10:48 AM (Total replies: 0) | |||||
My code captures dom, historgram, and volume ticks and writes them to a file. On 7/19,14 at 5:48:25 UTC, the program stopped receiving ticks. Ticks resumed at 05:43:16 UTC. Thereafter, each tick was repeated 6 times. Is this a bug in my program or in the feed. It happened again at today at approximately 9:00 CST. I started receiving 12 copies of the same tick. Could I be receiving multiple OnSymbolLookupEvents for the same symbol on reconnect? Any help would be greatly appreciated. Saul Newman |
|||||
API Support » Reconnect Jun 11, 2014 @ 11:55 AM (Total replies: 1) | |||||
When I change the last parameter (reconnect) on the call to OECClient.Global.Connect() to true, it never returns. What do I have to do to get autoreconnect working? Saul Newman |