Greetings,
I was wondering if Desktop API was written in consideration of being used in multi-thread applications.
What I have is multiple threads downloading historical data for different symbols and a thread that calls get_RequestHistory isn't always the one where OnBarsReceived is triggered. After I run my app, MSFT has data for SUNW and other nonsense.
Any ideas?
I was wondering if Desktop API was written in consideration of being used in multi-thread applications.
What I have is multiple threads downloading historical data for different symbols and a thread that calls get_RequestHistory isn't always the one where OnBarsReceived is triggered. After I run my app, MSFT has data for SUNW and other nonsense.
Any ideas?
Comment