Reader Method (BaseData)
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
each time it is called. The returned object is assumed to be time stamped in the config.ExchangeTimeZone.
Overload List
Overload | Description |
---|---|
Reader(SubscriptionDataConfig,String,DateTime,Boolean) | 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 each time it is called. The returned object is assumed to be time stamped in the config.ExchangeTimeZone. |
Reader(SubscriptionDataConfig,String,DateTime,DataFeedEndpoint) | 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 each time it is called. |
Requirements
Target Platforms: Microsoft .NET 4.5 or Mono 3.10 or above.
See Also