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).
|
Namespaces | |
OrderbookView | |
Functions | |
def | OrderbookView.load_json (filename) |
def | OrderbookView.create_table (frame, headers, data) |
def | OrderbookView.refresh_data () |
def | OrderbookView.update_table (frame, headers, data) |