quantsc / quantsc-hft-system

0 stars 5 forks source link

Create class for `Stock`s #1

Open fnorman opened 11 months ago

fnorman commented 11 months ago

We need a class for a Stock that is within the LOB. This class should have the following data members relating to the stock such as its ticker, name, etc... This class will be used in other classes as a data member eventually and will serve as an abstract data model.