70 /// 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
71 /// each time it is called.
72 /// </summary>
73 /// <param name="config">Subscription data config setup object</param>
74 /// <param name="line">Line of the source document</param>
75 /// <param name="date">Date of the requested data</param>
76 /// <param name="isLiveMode">true if we're in live mode, false for backtesting mode</param>
77 /// <returns>Instance of the T:BaseData object generated by this line of the CSV</returns>