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::cached_power Struct Reference

#include <json.hpp>

Public Attributes

std::uint64_t f
 
int e
 
int k
 

Member Data Documentation

◆ e

int detail::dtoa_impl::cached_power::e

◆ f

std::uint64_t detail::dtoa_impl::cached_power::f

◆ k

int detail::dtoa_impl::cached_power::k

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