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).
Public Attributes | List of all members
detail::dtoa_impl::boundaries Struct Reference

#include <json.hpp>

Public Attributes

diyfp w
 
diyfp minus
 
diyfp plus
 

Member Data Documentation

◆ minus

diyfp detail::dtoa_impl::boundaries::minus

◆ plus

diyfp detail::dtoa_impl::boundaries::plus

◆ w

diyfp detail::dtoa_impl::boundaries::w

The documentation for this struct was generated from the following file: