I've been working with the C# (socket) API, mainly from this tutorial. I was a little bummed out when I realized that you're (I think) essentially making a connection back to the TWS application itself, which is then communicating with IB over TCP/IP.
Is there some way to use your own FIX library and bypass the TWS application?
I'd like to avoid handling a piece of client software; it really chops down the options for application design and portability.
Is there some way to use your own FIX library and bypass the TWS application?
I'd like to avoid handling a piece of client software; it really chops down the options for application design and portability.