Lean
$LEAN_TAG$
|
Represents a type responsible for accepting an input SubscriptionDataSource and returning an enumerable of the source's BaseData More...
Public Member Functions | |
IEnumerable< BaseData > | Read (SubscriptionDataSource source) |
Reads the specified source More... | |
Events | |
EventHandler< InvalidSourceEventArgs > | InvalidSource |
Event fired when the specified source is considered invalid, this may be from a missing file or failure to download a remote source More... | |
Represents a type responsible for accepting an input SubscriptionDataSource and returning an enumerable of the source's BaseData
Definition at line 11 of file ISubscriptionDataSourceReader.cs.
IEnumerable<BaseData> QuantConnect.Lean.Engine.DataFeeds.ISubscriptionDataSourceReader.Read | ( | SubscriptionDataSource | source | ) |
Reads the specified source
source | The source to be read |
Implemented in QuantConnect.Lean.Engine.DataFeeds.TextSubscriptionDataSourceReader, QuantConnect.Lean.Engine.DataFeeds.BaseSubscriptionDataSourceReader, QuantConnect.Lean.Engine.DataFeeds.IndexSubscriptionDataSourceReader, QuantConnect.Lean.Engine.DataFeeds.CollectionSubscriptionDataSourceReader, QuantConnect.Lean.Engine.DataFeeds.ZipEntryNameSubscriptionDataSourceReader, and QuantConnect.Lean.Engine.DataFeeds.BaseDataCollectionAggregatorReader.
EventHandler<InvalidSourceEventArgs> QuantConnect.Lean.Engine.DataFeeds.ISubscriptionDataSourceReader.InvalidSource |
Event fired when the specified source is considered invalid, this may be from a missing file or failure to download a remote source
Definition at line 17 of file ISubscriptionDataSourceReader.cs.