Lean
$LEAN_TAG$
|
Event arguments for the IDataProviderEvents.InvalidConfigurationDetected event More...
Public Member Functions | |
InvalidConfigurationDetectedEventArgs (Symbol symbol, string message) | |
Initializes a new instance of the InvalidConfigurationDetectedEventArgs class More... | |
Properties | |
string | Message [get] |
Gets the error message More... | |
Properties inherited from QuantConnect.DataProviderEventArgs | |
Symbol | Symbol [get] |
Gets the symbol being processed that generated the event More... | |
Additional Inherited Members | |
Protected Member Functions inherited from QuantConnect.DataProviderEventArgs | |
DataProviderEventArgs (Symbol symbol) | |
Initializes a new instance of the DataProviderEventArgs class More... | |
Event arguments for the IDataProviderEvents.InvalidConfigurationDetected event
Definition at line 46 of file DataProviderEvents.cs.
QuantConnect.InvalidConfigurationDetectedEventArgs.InvalidConfigurationDetectedEventArgs | ( | Symbol | symbol, |
string | message | ||
) |
Initializes a new instance of the InvalidConfigurationDetectedEventArgs class
symbol | Symbol being processed that generated the event |
message | The error message |
Definition at line 58 of file DataProviderEvents.cs.
|
get |
Gets the error message
Definition at line 51 of file DataProviderEvents.cs.