Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inheritance from PriorityQueue is deprecated! #11

Open
davidrpugh opened this issue Apr 4, 2015 · 1 comment
Open

Inheritance from PriorityQueue is deprecated! #11

davidrpugh opened this issue Apr 4, 2015 · 1 comment
Assignees
Milestone

Comments

@davidrpugh
Copy link
Collaborator

Compiler warnings about inheriting from PriorityQueue. Either need to change implementation of OrderBook to avoid inheritance or switch to different data structure.

@davidrpugh davidrpugh self-assigned this Apr 4, 2015
@davidrpugh davidrpugh added this to the 1.0 milestone Apr 17, 2015
@davidrpugh
Copy link
Collaborator Author

Switching to a different data structure for the OrderBook class would make it easier to cancel orders. See issue #56 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant