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

Implements the Order class for managing order details in a trading system. More...

#include "Order.hpp"

Detailed Description

Implements the Order class for managing order details in a trading system.

This file contains the implementation of the Order class, including functions for retrieving order properties, checking order status, and updating order quantities.