kieran-mackle / AutoTrader

A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
https://kieran-mackle.github.io/AutoTrader/
GNU General Public License v3.0
937 stars 216 forks source link

55 abstract broker #60

Closed kieran-mackle closed 1 year ago

kieran-mackle commented 1 year ago

Addresses issue #55 by providing an abstract broker class implementation, autotrader.brokers.broker.AbstractBroker. All other broker instances inherits this class, enforcing the public methods of the unified broker interface.