Orderbook Simulation
OrderbookSim is a C++ application simulating a financial market order book. It efficiently manages and matches buy and sell orders while calculating the Volume-Weighted Average Price (VWAP).
|
Implements the OrderModify class, which provides a way to modify orders and convert modifications into new orders. More...
Implements the OrderModify class, which provides a way to modify orders and convert modifications into new orders.
This file contains the implementation of the OrderModify class functions, including getters for order details and a method to create a new OrderPtr from the modification.