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::iteration_proxy< IteratorType >, including all inherited members.
begin() const noexcept | detail::iteration_proxy< IteratorType > | inline |
end() const noexcept | detail::iteration_proxy< IteratorType > | inline |
iteration_proxy()=default | detail::iteration_proxy< IteratorType > | explicit |
iteration_proxy(typename IteratorType::reference cont) noexcept | detail::iteration_proxy< IteratorType > | inlineexplicit |
iteration_proxy(iteration_proxy const &)=default | detail::iteration_proxy< IteratorType > | |
iteration_proxy(iteration_proxy &&) noexcept=default | detail::iteration_proxy< IteratorType > | |
operator=(iteration_proxy const &)=default | detail::iteration_proxy< IteratorType > | |
operator=(iteration_proxy &&) noexcept=default | detail::iteration_proxy< IteratorType > | |
~iteration_proxy()=default | detail::iteration_proxy< IteratorType > |