|
Lean
$LEAN_TAG$
|
Event arguments for the IDataProvider.NewDataRequest event More...
Public Member Functions | |
| DataProviderNewDataRequestEventArgs (string path, bool succeeded, string errorMessage) | |
| Initializes a new instance of the DataProviderNewDataRequestEventArgs class More... | |
Properties | |
| string | Path [get] |
| Path to the fetched data More... | |
| bool | Succeeded [get] |
| Whether the data was fetched successfully More... | |
| string | ErrorMessage [get] |
| Any error message that occurred during the fetch More... | |
Event arguments for the IDataProvider.NewDataRequest event
Definition at line 23 of file DataProviderDataFetchedEventArgs.cs.
| QuantConnect.Interfaces.DataProviderNewDataRequestEventArgs.DataProviderNewDataRequestEventArgs | ( | string | path, |
| bool | succeeded, | ||
| string | errorMessage | ||
| ) |
Initializes a new instance of the DataProviderNewDataRequestEventArgs class
| path | The path to the fetched data |
| succeeded | Whether the data was fetched successfully |
| errorMessage | Any error message that occured during the fetch |
Definition at line 46 of file DataProviderDataFetchedEventArgs.cs.
|
get |
Path to the fetched data
Definition at line 28 of file DataProviderDataFetchedEventArgs.cs.
|
get |
Whether the data was fetched successfully
Definition at line 33 of file DataProviderDataFetchedEventArgs.cs.
|
get |
Any error message that occurred during the fetch
Definition at line 38 of file DataProviderDataFetchedEventArgs.cs.