Mikhail Goykhman

Results 2 repositories owned by Mikhail Goykhman

Stock_exchange

26
Stars
21
Forks
Watchers

Stock exchange facilitating trading of one kind of stock by maintaining order book and operating matching engine. Matching engine interfaces with the records of market participants kept in the client...

Stock_market

15
Stars
10
Forks
Watchers

Another implementation of stock matching engine which uses binary heaps to store prices in bid/ask order books, and balances the orders recursively.