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).
Order Member List

This is the complete list of members for Order, including all inherited members.

Fill(Quantity qty)Order
getFilledQty() constOrder
getInitialQty() constOrder
getOrderId() constOrder
getOrderType() constOrder
getPrice() constOrder
getQty() constOrder
getRemainingQty() constOrder
getSide() constOrder
isFilled() constOrder
Order(OrderType type, OrderId id, Side side, Price price, Quantity qty)Orderinline
Order(OrderId orderId, Side side, Quantity quantity)Orderinline
toGoodTillCancel(Price price)Order