public ViewRepository(IPositionCache positionCache, IPriceCache priceCache)
 {
     _positionCache = positionCache;
     _priceCache = priceCache;
 }
Exemple #2
0
 public MainFetcher( IEnumerable< IPriceSource > pSource, IPriceCache pCache )
 {
     mSource = pSource;
     mCache = pCache; 
 }