C# Класс Encog.ML.Data.Market.Loader.GoogleLoader

A loader for Google.com. From code provided by: fxmozart http://www.heatonresearch.com/node/2102
Наследование: IMarketLoader
Показать файл Открыть проект

Открытые методы

Метод Описание
GoogleLoader ( ) : System

Construct the object.

Load ( TickerSymbol ticker, IList dataNeeded, System.DateTime from, System.DateTime to ) : ICollection

Load financial data from Google.

Приватные методы

Метод Описание
BuildUrl ( TickerSymbol ticker, System.DateTime from, System.DateTime to ) : Uri

Описание методов

GoogleLoader() публичный Метод

Construct the object.
public GoogleLoader ( ) : System
Результат System

Load() публичный Метод

Load financial data from Google.
public Load ( TickerSymbol ticker, IList dataNeeded, System.DateTime from, System.DateTime to ) : ICollection
ticker TickerSymbol The ticker to load from.
dataNeeded IList The data needed.
from System.DateTime The starting time.
to System.DateTime The ending time.
Результат ICollection