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

Implement process_market_order in OrderMatchingEngine #1844

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

filipmacek
Copy link
Member

Pull Request

  • finished process_market_order with checks if the market is initialized
  • bootstrapped others missing methods
  • tested in test_process_market_order_no_market_rejected

@filipmacek filipmacek added the rust Relating to the Rust core label Aug 12, 2024
@filipmacek filipmacek requested a review from cjdsellers August 12, 2024 07:01
@filipmacek filipmacek self-assigned this Aug 12, 2024
@cjdsellers cjdsellers merged commit a8119e6 into develop Aug 12, 2024
9 checks passed
@cjdsellers cjdsellers deleted the order-matching-engine-process-market-order branch August 12, 2024 07:59
@filipmacek filipmacek changed the title Implement process_market_order in OrderMatchingEngine Implement process_market_order in OrderMatchingEngine #1800 Aug 12, 2024
@filipmacek filipmacek changed the title Implement process_market_order in OrderMatchingEngine #1800 Implement process_market_order in OrderMatchingEngine Aug 12, 2024
@filipmacek filipmacek linked an issue Aug 12, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Relating to the Rust core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement OrderMatchingEngine in Rust
2 participants