zipline-live / zipline

Zipline-Live, a Pythonic Algorithmic Trading Library
http://www.zipline-live.io/
Apache License 2.0
395 stars 65 forks source link

Live order routing to Broker #7

Closed tibkiss closed 7 years ago

tibkiss commented 7 years ago

In case of live execution the orders shall be routed to a real broker (e.g. IB) through the BrokerClient class.

It needs to be evaluated where is the best to put this logic into:

Once the place is identified the wiring between BrokerClient and Zipline should be implemented.

Depends on: https://github.com/zipline-live/zipline/issues/4

tibkiss commented 7 years ago

Delivered with https://github.com/zipline-live/zipline/pull/20