Exemplo n.º 1
0
        /// <summary>
        /// Initialize a new instance of the <see cref="OandaDataProvider"/>
        /// </summary>
        public OandaDataProvider()
        {
            _api = new Downloader();

            _api.Initialize(_token, _dataPath);
        }