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).
|
Precompiled header file for commonly used libraries and headers. More...
#include "gtest/gtest.h"
#include <filesystem>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Precompiled header file for commonly used libraries and headers.
This header file is used to speed up compilation by precompiling frequently included standard libraries and third-party headers.