API Support Forum
User Profile

Viewing User Profile for: SNewman6385


About

May 20, 2014 11:43 AM

Jul 29, 2014 10:48 AM

Jul 29, 2014 11:06 AM



Post Statistics
SNewman6385 has contributed to 2 posts out of 5593 total posts (0.04%) in 3627 days (0.00 posts per day).

20 most recent posts:

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