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).
Classes
OrderbookLevelInfos.hpp File Reference

Defines the OrderbookLevelInfos class for managing bid and ask levels in an orderbook. More...

#include "LevelInfo.hpp"

Go to the source code of this file.

Classes

class  OrderbookLevelInfos
 Holds the bid and ask levels for an orderbook. More...
 

Detailed Description

Defines the OrderbookLevelInfos class for managing bid and ask levels in an orderbook.

This file contains the OrderbookLevelInfos class, which provides a structure to store and retrieve the bid and ask levels within an orderbook.