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).
|
Namespaces | |
json_literals | |
Functions | |
nlohmann::json | operator""_json (const char *s, std::size_t n) |
user-defined string literal for JSON values More... | |
nlohmann::json::json_pointer | operator""_json_pointer (const char *s, std::size_t n) |
user-defined string literal for JSON pointer More... | |