Esempio n. 1
0
        public Price(RawPriceDayCache cache, long dateTime)
        {
            this.Cache    = cache;
            this.DateTime = dateTime;

            Init();
        }
Esempio n. 2
0
 public CurrencyPair(string currencyPair)
 {
     this.Code  = currencyPair;
     this.Cache = new RawPriceDayCache(currencyPair);
 }