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).
|
This is the complete list of members for detail::output_adapter< CharType, StringType >, including all inherited members.
operator output_adapter_t< CharType >() | detail::output_adapter< CharType, StringType > | inline |
output_adapter(std::vector< CharType, AllocatorType > &vec) | detail::output_adapter< CharType, StringType > | inline |
output_adapter(std::basic_ostream< CharType > &s) | detail::output_adapter< CharType, StringType > | inline |
output_adapter(StringType &s) | detail::output_adapter< CharType, StringType > | inline |