Skip to content

BitsharesOrderEngine and BitsharesPriceFeed inconsistent attributes #596

@bitphage

Description

@bitphage

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions