Hi,
I'm attempting to run the c# sample "Multiple History Requests in VB.zip " (this is actually a c# sample) from the eSignal file sharing group. The sample does not work for me.
My guess is that the application is not receiving events for some reason. Maybe it's an interop issue? Or maybe its some issue with vs2005?
I'm pretty sure the IESignal.HooksClass is getting instantiated and I'm pretty sure I can access properties and methods on that object - but I'm getting no events after requesting data..
The events are defined like this:
esignal.OnBarsReceived += new IESignal._IHooksEvents_OnBarsReceivedEventHandler( esignal_OnBarsReceived);
esignal.OnBarsChanged += new IESignal._IHooksEvents_OnBarsChangedEventHandler(e signal_OnBarsChanged);
Has anyone had any trouble with this app? Has anyone compiled a VS 2005 c# project that works with IESIgnal?
Thanks,
Charley
I'm attempting to run the c# sample "Multiple History Requests in VB.zip " (this is actually a c# sample) from the eSignal file sharing group. The sample does not work for me.
My guess is that the application is not receiving events for some reason. Maybe it's an interop issue? Or maybe its some issue with vs2005?
I'm pretty sure the IESignal.HooksClass is getting instantiated and I'm pretty sure I can access properties and methods on that object - but I'm getting no events after requesting data..
The events are defined like this:
esignal.OnBarsReceived += new IESignal._IHooksEvents_OnBarsReceivedEventHandler( esignal_OnBarsReceived);
esignal.OnBarsChanged += new IESignal._IHooksEvents_OnBarsChangedEventHandler(e signal_OnBarsChanged);
Has anyone had any trouble with this app? Has anyone compiled a VS 2005 c# project that works with IESIgnal?
Thanks,
Charley
Comment