Quote from nitro:
There is one more way - implement different exe's that encapsulate .net and c++ stuff, and communicate thru (named ?) pipes.
This is the route I am thinking of taking. In effect, the exes act as a wrapper around the different platforms, and instead of sending data structures across a thread boundary, you send data across the pipe across process boundaries. This is the way Unix does things (treats everything as a file and pipes ouputs into inputs,) and I really see the benefit now of this design pattern...
nitro
Nitro does the TWS API allow you to make a simple window call and load a stock symbol into TWS order entry or other windows from let's say your black box or any other application. I do not use TWS so I do not have experience with their API but am curious. We have had people as us to link our alerts to TWS so I am just trying to get some background information.
Thanks