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 | |
class | tuple_size<::nlohmann::detail::iteration_proxy_value< IteratorType > > |
class | tuple_element< N, ::nlohmann::detail::iteration_proxy_value< IteratorType > > |
struct | hash< nlohmann::NLOHMANN_BASIC_JSON_TPL > |
hash value for JSON objects More... | |
struct | less< ::nlohmann::detail::value_t > |
Functions | |
NLOHMANN_BASIC_JSON_TPL_DECLARATION void | swap (nlohmann::NLOHMANN_BASIC_JSON_TPL &j1, nlohmann::NLOHMANN_BASIC_JSON_TPL &j2) noexcept(//NOLINT(readability-inconsistent-declaration-parameter-name, cert-dcl58-cpp) is_nothrow_move_constructible< nlohmann::NLOHMANN_BASIC_JSON_TPL >::value &&//NOLINT(misc-redundant-expression, cppcoreguidelines-noexcept-swap, performance-noexcept-swap) is_nothrow_move_assignable< nlohmann::NLOHMANN_BASIC_JSON_TPL >::value) |
exchanges the values of two JSON objects More... | |
|
inlinenoexcept |
exchanges the values of two JSON objects