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

Matching Engine Algorithms #9

Open
tejareddy8888 opened this issue Nov 6, 2021 · 0 comments
Open

Matching Engine Algorithms #9

tejareddy8888 opened this issue Nov 6, 2021 · 0 comments

Comments

@tejareddy8888
Copy link
Contributor

Two types of Matching Algorithms:

FIFO (First In First Out) algorithm:

In this Algorithm, the order which is received first takes priority over the other orders.

Pro-Rata Matching:

In this Algorithm, the priority is given to the highest-priced buy order and the orders are also partially filled in this algorithm to motivates other orders to join the queue with large limit orders.

References used:

  1. https://corporatefinanceinstitute.com/resources/knowledge/trading-investing/matching-orders/
  2. https://www.investopedia.com/terms/m/matchingorders.asp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant