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).
|
Implementation file that includes the MatchedOrderDetails definitions. More...
#include "MatchedOrderDetails.hpp"
Implementation file that includes the MatchedOrderDetails definitions.
This file includes the header for MatchedOrderDetails, which provides the structure and methods for managing details of matched orders in a trading application.