C# Class Encog.ML.Data.Market.Loader.GoogleLoader

A loader for Google.com. From code provided by: fxmozart http://www.heatonresearch.com/node/2102
Inheritance: IMarketLoader
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
GoogleLoader ( ) : System

Construct the object.

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

Load financial data from Google.

Private Methods

Méthode Description
BuildUrl ( TickerSymbol ticker, System.DateTime from, System.DateTime to ) : Uri

Method Details

GoogleLoader() public méthode

Construct the object.
public GoogleLoader ( ) : System
Résultat System

Load() public méthode

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.
Résultat ICollection