public Task StopAsync() { OrderBookPublisher.Stop(); TickPricePublisher.Stop(); OrderBooksService.Stop(); TradeHistoryService.Stop(); BalanceHistoryService.Stop(); LedgerHistoryService.Stop(); return(Task.CompletedTask); }
public ReportController(TradeHistoryService tradeHistoryService, LedgerHistoryService ledgerHistoryService) { _tradeHistoryService = tradeHistoryService; _ledgerHistoryService = ledgerHistoryService; }