Exemplo n.º 1
0
        public RepositoryBarsFile DataFileForSymbol(string symbol, bool throwIfDoesntExist = true)
        {
            RepositoryBarsFile barsFile = new RepositoryBarsFile(this, symbol, throwIfDoesntExist);

            return(barsFile);
        }
		public RepositoryBarsFile DataFileForSymbol(string symbol, bool throwIfDoesntExist = true) {
			RepositoryBarsFile barsFile = new RepositoryBarsFile(this, symbol, throwIfDoesntExist);
			return barsFile;
		}