I know that TradeStation can invoke custom DLL functions from within an EasyLanguage document.
At the moment I need to create a stand-alone VisualC++ application which should obtain both real-time and historical market data via TS. Is there any TS API to do it? It looks like tssdk doesn't contain related functionality. I've tried to import ORDAM.dll from TS installation files, but there is no help information about the ORDAM's objects, so I don't know if I may use it.
I've found TradeStation WebAPI description, however it's not exactly what I want, because it doesn't allow Password authentication.
And yes, I have TradeStation's data only account and TradeStation 9.0 installed.