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

Implements the Trade class, which represents a completed trade with bid and ask details. More...

#include "Trade.hpp"

Detailed Description

Implements the Trade class, which represents a completed trade with bid and ask details.

This file contains the implementation of the Trade class's member functions, providing access to the bid and ask details of a trade.