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).
|
Test fixture for Orderbook tests, providing setup for test files and paths. More...
Public Member Functions | |
void | printPath () |
Prints the contents of the TestFolderPath directory. More... | |
Static Public Attributes | |
static const std::filesystem::path | TestFolderPath { Root / TestFolder } |
Full path to test files folder. More... | |
Test fixture for Orderbook tests, providing setup for test files and paths.
void OrderbookTestsFixture::printPath | ( | ) |
Prints the contents of the TestFolderPath directory.
|
inlinestatic |
Full path to test files folder.