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

Provide alternate event emission schema #317

Open
alnoki opened this issue Jul 1, 2023 · 2 comments
Open

Provide alternate event emission schema #317

alnoki opened this issue Jul 1, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@alnoki
Copy link
Member

alnoki commented Jul 1, 2023

Per @qdrs:

  • New order placements have a NewOrderEvent
  • Order updates (size or price changes) generate an OrderUpdateEvent
  • Order cancellations generate an OrderCancelEvent
  • When an order is matched:
    • An OrderUpdateEvent to show size changes
    • A FillEvent including a field for how much remaining size is on order
@alnoki alnoki added the enhancement New feature or request label Jul 1, 2023
@alnoki
Copy link
Member Author

alnoki commented Jul 1, 2023

Per @bogberry consider integrating with #146

@bogberry
Copy link
Contributor

bogberry commented Jul 1, 2023

Per @bogberry consider integrating with #146

I’m not sure what you mean by "integrate." These are two entirely different proposals and you can do either without the other (or, of course, both).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants