Esempio n. 1
0
        public Task StopAsync()
        {
            OrderBookPublisher.Stop();

            TickPricePublisher.Stop();

            OrderBooksService.Stop();

            TradeHistoryService.Stop();

            BalanceHistoryService.Stop();

            LedgerHistoryService.Stop();

            return(Task.CompletedTask);
        }
Esempio n. 2
0
 public ReportController(TradeHistoryService tradeHistoryService, LedgerHistoryService ledgerHistoryService)
 {
     _tradeHistoryService  = tradeHistoryService;
     _ledgerHistoryService = ledgerHistoryService;
 }