Lean  $LEAN_TAG$
QuantConnect.Interfaces.DataProviderNewDataRequestEventArgs Class Reference

Event arguments for the IDataProvider.NewDataRequest event More...

Inheritance diagram for QuantConnect.Interfaces.DataProviderNewDataRequestEventArgs:
[legend]

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...
 

Detailed Description

Event arguments for the IDataProvider.NewDataRequest event

Definition at line 23 of file DataProviderDataFetchedEventArgs.cs.

Constructor & Destructor Documentation

◆ DataProviderNewDataRequestEventArgs()

QuantConnect.Interfaces.DataProviderNewDataRequestEventArgs.DataProviderNewDataRequestEventArgs ( string  path,
bool  succeeded,
string  errorMessage 
)

Initializes a new instance of the DataProviderNewDataRequestEventArgs class

Parameters
pathThe path to the fetched data
succeededWhether the data was fetched successfully
errorMessageAny error message that occured during the fetch

Definition at line 46 of file DataProviderDataFetchedEventArgs.cs.

Property Documentation

◆ Path

string QuantConnect.Interfaces.DataProviderNewDataRequestEventArgs.Path
get

Path to the fetched data

Definition at line 28 of file DataProviderDataFetchedEventArgs.cs.

◆ Succeeded

bool QuantConnect.Interfaces.DataProviderNewDataRequestEventArgs.Succeeded
get

Whether the data was fetched successfully

Definition at line 33 of file DataProviderDataFetchedEventArgs.cs.

◆ ErrorMessage

string QuantConnect.Interfaces.DataProviderNewDataRequestEventArgs.ErrorMessage
get

Any error message that occurred during the fetch

Definition at line 38 of file DataProviderDataFetchedEventArgs.cs.


The documentation for this class was generated from the following file: