Lean
$LEAN_TAG$
|
Event arguments for the TextSubscriptionDataSourceReader's CreateStreamReader event More...
Public Member Functions | |
CreateStreamReaderErrorEventArgs (DateTime date, SubscriptionDataSource source) | |
Initializes a new instance of the CreateStreamReaderErrorEventArgs class More... | |
Properties | |
DateTime | Date [get] |
Gets the date of the source More... | |
SubscriptionDataSource | Source [get] |
Gets the source that caused the error More... | |
Event arguments for the TextSubscriptionDataSourceReader's CreateStreamReader event
Definition at line 24 of file CreateStreamReaderErrorEventArgs.cs.
QuantConnect.Lean.Engine.DataFeeds.CreateStreamReaderErrorEventArgs.CreateStreamReaderErrorEventArgs | ( | DateTime | date, |
SubscriptionDataSource | source | ||
) |
Initializes a new instance of the CreateStreamReaderErrorEventArgs class
date | The date of the source |
source | The source that cause the error |
Definition at line 47 of file CreateStreamReaderErrorEventArgs.cs.
|
get |
Gets the date of the source
Definition at line 30 of file CreateStreamReaderErrorEventArgs.cs.
|
get |
Gets the source that caused the error
Definition at line 38 of file CreateStreamReaderErrorEventArgs.cs.