66 /// Reader converts each line of the data source into BaseData objects. Each data type creates its own factory method, and returns a new instance of the object
67 /// each time it is called. The returned object is assumed to be time stamped in the config.ExchangeTimeZone.
68 /// </summary>
69 /// <param name="config">Subscription data config setup object</param>
70 /// <param name="line">Line of the source document</param>
71 /// <param name="date">Date of the requested data</param>
72 /// <param name="isLiveMode">true if we're in live mode, false for backtesting mode</param>
73 /// <returns>Instance of the T:BaseData object generated by this line of the CSV</returns>