Finance - Exchange's order matching algorithms - What if the orders don't match? -


the order matching algorithms popularly used electronic financial exchanges include fifo or pro-rata or other variants. use case order amount matches or within margin of tick happy-path scenario. want know how these algorithms operate when order amount don't match?

scenario 1 - if partial fill happens , out of 100 order, 50 orders gets filled. residual order book hold remaining 50. happens these 50? how long have wait?

scenario 2 - if buy order $50, , no sell order comes in below $60. happen these kind of orphaned orders?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -