Quote from squeeze:
If FIX is new to you then the TWS API would be better as IB does not have a test or demo facility for it's FIX gateway.
[]
Quote from nononsense:
Can't understand why IB hasn't come up yet with the smallest kind of demo/example. FIX can't be very hot for IB.
If I am not mistaken, I have never seen a post on ET by someone using FIX with IB.
Quote from Steve_IB:
No postings on ET - probably because it's primarily used by investment banks, hedge funds and brokers. These type of firms are usually intimately familiar with FIX and use it to handle multiple brokerage connections.
It also has a higher monthly minimum commission level which would eliminate alot of ET posters.
You can take a look at the CTCI User Guide here:
http://www.interactivebrokers.com/download/IB_FIX_Manual_Rev20.pdf
Quote from nitro:
FIX is the way to go if you don't want to constantly be rewritting your execution code whenever you change your broker.
Don't use it for the data part - just execution. If you are extremely sensitive to execution speed, make sure that you look into how it is implemented at the sever, as some brokers wrap a prorpritary interface with FIX. While this adds about 1Ms to the packet transmission to the exchange, it is not a big deal for 99% of us. But you should be aware of it either way...
nitro