Documentation For Encog 2.x

LoadedMarketData Constructor

Construct one sample of market data.

LoadedMarketData(
   DateTime when,
   TickerSymbol ticker
);

Parameters

when
When was this sample taken.
ticker
What is the ticker symbol for this data.

See Also

LoadedMarketData Class | Encog.Neural.NeuralData.Market.Loader Namespace