Is the backtest IEX Smart Order Routing price data different from default price data used for backtesting?
IEX: https://en.wikipedia.org/wiki/IEX , http://www.iextrading.com/ , 60 minutes - Flash Boys: https://youtu.be/M6e2FL-o1zs?t=5m47s .
I understand how IEX Order Routing works in live trading and I understand why it can ( and mostly is ) giving different results from the usual market order type. But is there different price data recorded and used for backtesting with:
from brokers.ib import IBExchange
order(stock, x_shares, style=MarketOrder(exchange=IBExchange.IEX))
?