IMC Interview Question
IMCSoftware Engineer Interview
How would you implement a trade matching engine? The API for it should support: * adding Buy/Sell orders (these methods should return a Trade if an existing order matches the new one), * deleting pending orders * getting market depth/demand (i.e. range of buy/sell prices and total volume of pending orders at each price).
Unlock the Full Solution
Enter your email to get instant access to the complete solution, explanation, and similar practice problems.