org.encog.ml.data.market.loader
Interface MarketLoader

All Known Implementing Classes:
YahooFinanceLoader

public interface MarketLoader

This interface defines a class that can be used to load external financial data.

Author:
jheaton

Method Summary
 Collection<LoadedMarketData> load(TickerSymbol ticker, Set<MarketDataType> dataNeeded, Date from, Date to)
          Load the specified ticker symbol for the specified date.
 

Method Detail

load

Collection<LoadedMarketData> load(TickerSymbol ticker,
                                  Set<MarketDataType> dataNeeded,
                                  Date from,
                                  Date to)
Load the specified ticker symbol for the specified date.

Parameters:
ticker - The ticker symbol to load.
dataNeeded - Which data is actually needed.
from - Beginning date for load.
to - Ending date for load.
Returns:
A collection of LoadedMarketData objects that was loaded.


Copyright © 2014. All Rights Reserved.