quantsc / quantsc-hft-system

0 stars 5 forks source link

Create `Order` class #2

Open fnorman opened 11 months ago

fnorman commented 11 months ago

This data structure maintains information about a given order within the limit order book. It should contain information about a given order such as the order size, price, and whether or not it was a buy or sell.