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 | |
using | type = typename Extend< typename Gen< T, N/2 >::type, N/2, N % 2 >::type |
using detail::utility_internal::Gen< T, N >::type = typename Extend < typename Gen < T, N / 2 >::type, N / 2, N % 2 >::type |