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
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method 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

Method Description
BuildUrl ( TickerSymbol ticker, System.DateTime from, System.DateTime to ) : Uri

Method Details

GoogleLoader() public method

Construct the object.
public GoogleLoader ( ) : System
return System

Load() public method

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.
return ICollection