public MeFeedHistoryProvider( IFeedHistoryRepository feedHistoryRepository, IMissedCandlesGenerator missedCandlesGenerator) { _feedHistoryRepository = feedHistoryRepository; _missedCandlesGenerator = missedCandlesGenerator; }
public AssetPairsController( CachedDataDictionary <string, IAssetPair> assetPairDictionary, ICandleHistoryRepository feedCandlesRepository, IFeedHistoryRepository feedHistoryRepository, IMarketProfileService marketProfileService) { _assetPairDictionary = assetPairDictionary; _feedCandlesRepository = feedCandlesRepository; _feedHistoryRepository = feedHistoryRepository; _marketProfileService = marketProfileService; }