That may be _a_ reason, but it is trivial to write a piece of middleware that simply took the TWS data and multicast it out to subscribers on the network.Quote from terr:
The reason why programs like QuoteTracker do not allow you to connect to IB anywhere else except on the same machine is the "redistribution of quotes" thing. Exchanges really frown on this and would move to shut down anyone who would publically disseminate such a program.
I believe that is not quite true. If the client, in this case QuoteTracker, does not have proxy server support (SOCKS), I believe it won't work.Quote from autotrader:
quotetracker as well as most other TWS API based clients do not allow you to specify the ip address where TWS is running.
One way to get around this restriction is to look for an IP proxy software that will receive the connection on the machine where quotetracker is running, and then reconnect out to where your TWS is actually running.
If your TWS is running remotely over the internet, I recommend using SSH tunneling.
autotrader
It may be trivial, but if IB put in a feature in their program that facilitated such redistribution of quotes, they would get a call from the exchanges and would have to remove it or lose their data sources.Quote from nitro:
That may be _a_ reason, but it is trivial to write a piece of middleware that simply took the TWS data and multicast it out to subscribers on the network.