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).
Classes | Variables
addOrder Namespace Reference

Classes

class  OrderEntryGUI
 

Variables

 root = tk.Tk()
 
 app = OrderEntryGUI(root)
 

Variable Documentation

◆ app

addOrder.app = OrderEntryGUI(root)

◆ root

addOrder.root = tk.Tk()