HI all, I am trying to understand what precautions I should take before moving an algorithm to live trading (IB). I've read a bunch of topics here and read some documentation parts but haven't seen this explicitly stated anywhere.
https://www.quantopian.com/help#live-trading only talks about context.account being pulled from IB. What about context.portfolio, context.portfolio.positions and get_open_orders() - are those also pulled from IB data each handle_data() invocation or they return Zipline internally tracked information?
PS: I would love to see the IB integration code to get answers but as far as I can see it's not part of the Zipline itself. Is it not published?