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).
MatchedOrderDetails.cpp File Reference

Implementation file that includes the MatchedOrderDetails definitions. More...

#include "MatchedOrderDetails.hpp"

Detailed Description

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.