I am writing a C# console application to retrieve symbol quotes. In the OnQuoteChanged method I am trying to access the eSignal object to call GetBasicQuote. However, eSignal crashes as soon as the program starts up.
I was wondering if anyone else ran into this problem at any point in their development? My assumption is that this is a threading issue, i.e. I am trying to access the esignal object from a different thread than the object was intantiated on?
I was wondering if anyone else ran into this problem at any point in their development? My assumption is that this is a threading issue, i.e. I am trying to access the esignal object from a different thread than the object was intantiated on?
Comment