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).
Public Member Functions | Static Public Attributes | List of all members
OrderbookTestsFixture Class Reference

Test fixture for Orderbook tests, providing setup for test files and paths. More...

Inheritance diagram for OrderbookTestsFixture:

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...
 

Detailed Description

Test fixture for Orderbook tests, providing setup for test files and paths.

Member Function Documentation

◆ printPath()

void OrderbookTestsFixture::printPath ( )

Prints the contents of the TestFolderPath directory.

Member Data Documentation

◆ TestFolderPath

const std::filesystem::path OrderbookTestsFixture::TestFolderPath { Root / TestFolder }
inlinestatic

Full path to test files folder.


The documentation for this class was generated from the following file: