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 succeded)
 Initializes a new instance of the DataProviderNewDataRequestEventArgs class More...
 

Properties

string Path [get]
 Path to the fetched data More...
 
bool Succeded [get]
 Whether the data was fetched successfully 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  succeded 
)

Initializes a new instance of the DataProviderNewDataRequestEventArgs class

Parameters
pathThe path to the fetched data
succededWhether the data was fetched successfully

Definition at line 40 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.

◆ Succeded

bool QuantConnect.Interfaces.DataProviderNewDataRequestEventArgs.Succeded
get

Whether the data was fetched successfully

Definition at line 33 of file DataProviderDataFetchedEventArgs.cs.


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