Lean
$LEAN_TAG$
|
Event arguments for the ISubscriptionDataSourceReader.InvalidSource event More...
Public Member Functions | |
InvalidSourceEventArgs (SubscriptionDataSource source, Exception exception) | |
Initializes a new instance of the InvalidSourceEventArgs class More... | |
Properties | |
SubscriptionDataSource | Source [get] |
Gets the source that was considered invalid More... | |
Exception | Exception [get] |
Gets the exception that was encountered More... | |
Event arguments for the ISubscriptionDataSourceReader.InvalidSource event
Definition at line 24 of file InvalidSourceEventArgs.cs.
QuantConnect.Lean.Engine.DataFeeds.InvalidSourceEventArgs.InvalidSourceEventArgs | ( | SubscriptionDataSource | source, |
Exception | exception | ||
) |
Initializes a new instance of the InvalidSourceEventArgs class
source | The source that was considered invalid |
exception | The exception that was encountered |
Definition at line 47 of file InvalidSourceEventArgs.cs.
|
get |
Gets the source that was considered invalid
Definition at line 30 of file InvalidSourceEventArgs.cs.
|
get |
Gets the exception that was encountered
Definition at line 38 of file InvalidSourceEventArgs.cs.