BitsharesOrderEngine uses attributes which are not defined in __init__ (or elsewhere):
- self.account
- self.market
- self.worker
This means methods which uses these attrs are broken on standalone BitsharesOrderEngine. Now we're don't noticing this because the only user of BitsharesOrderEngine is StrategyBase. All these attrs defined inside StrategyBase.