Posted 6/29/2009 15:50:24
|
|
|
|
I am writing a plugin, inherting from the IQFeed plugin, but modifying the tick handling.
For some reason once i Start the live data, it shows me one tick and then the output window starts filling with disconnect and reconnect messages.
Any ideas?
|
|
Posted 7/2/2009 01:52:31
|
|
|
|
You should return an empty string from IService.GetError() if there is no error. RightEdge calls that method periodically to check if the service got disconnected. (Ideally there would be a better way for the service to communicate that it got disconnected, but we didn't want to make major changes to the plugin interface yet.)
Thanks,
Daniel
|
|
Posted 7/2/2009 19:49:10
|
|
|
|
Cool, it worked
although other things don't work in my code, but at least this was solved.
Thanks for your help!
|
|
|
|