Quote from thomsonfx:
"IB has their TWS functions available through .NET components. I'm currently using it with VB.NET with no problems. They are nice to even give you a stub application that calls most of the APIs and handles the events."
They have VB.NET, VC++.NET but seems havent mention C#..
"The only thing is if you need accurate real time data forget about IB, they only send ticks like every 15 millisecs which means sometimes the highs and lows of a period are lost. My 3 minute bar data is usually off by about 1 cents. So periodically I have to request historical data to get my data to be accurate."
Is that the "backfilled function" people talking about in other threads? If the bars lack some of the information, does it affect your trading decision a lot ? I suppose it does for day-trading timeframes.