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).
|
#include <json.hpp>
Public Types | |
enum | |
using | value_type = typename std::iterator_traits< T >::value_type |
using detail::is_iterator_of_multibyte< T >::value_type = typename std::iterator_traits<T>::value_type |
anonymous enum |