Hello guys
I´m trying to make a system, in C# .NET, that distribute market data to Excel sheets using RTD function.
But I´m having performance problems to fire events to RTD.
When i fire about 900 events per second, the processor usage go to 100%, and this is very strange
This the...