RestAlgo / TradingApplication

0 stars 0 forks source link

T000012: Order Book Manager #15

Open pratik-restalgo opened 7 months ago

pratik-restalgo commented 7 months ago

Create new Order Book manager class.

  1. Handle all the business logic related to Order Book in manager.
  2. Declare dictionary/list or any other public or private variable for Order Book in the manager.
  3. Create Data Provider class for Order Book and get Order Book data from data provider only.
  4. Manage Order Book Dictionary using DictionaryManager
VIRAG-RestAlgo commented 7 months ago

This task also with @VIRAG-RestAlgo