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).
|
proxy class for the items() function More...
#include <json.hpp>
Public Member Functions | |
iteration_proxy ()=default | |
iteration_proxy (typename IteratorType::reference cont) noexcept | |
construct iteration proxy from a container More... | |
iteration_proxy (iteration_proxy const &)=default | |
iteration_proxy & | operator= (iteration_proxy const &)=default |
iteration_proxy (iteration_proxy &&) noexcept=default | |
iteration_proxy & | operator= (iteration_proxy &&) noexcept=default |
~iteration_proxy ()=default | |
iteration_proxy_value< IteratorType > | begin () const noexcept |
return iterator begin (needed for range-based for) More... | |
iteration_proxy_value< IteratorType > | end () const noexcept |
return iterator end (needed for range-based for) More... | |
proxy class for the items() function
|
explicitdefault |
|
inlineexplicitnoexcept |
construct iteration proxy from a container
|
default |
|
defaultnoexcept |
|
default |
|
inlinenoexcept |
return iterator begin (needed for range-based for)
|
inlinenoexcept |
return iterator end (needed for range-based for)
|
defaultnoexcept |
|
default |