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

Source file for precompiled header. More...

#include "pch.h"

Detailed Description

Source file for precompiled header.

This file is used to generate the precompiled header (PCH) based on the contents of pch.h. It includes the precompiled header file to speed up the compilation of other source files.