Lean  $LEAN_TAG$
QuantConnect.Interfaces.IDataProviderEvents Interface Reference

Events related to data providers More...

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

Events

EventHandler< InvalidConfigurationDetectedEventArgsInvalidConfigurationDetected
 Event fired when an invalid configuration has been detected More...
 
EventHandler< NumericalPrecisionLimitedEventArgsNumericalPrecisionLimited
 Event fired when the numerical precision in the factor file has been limited More...
 
EventHandler< DownloadFailedEventArgsDownloadFailed
 Event fired when there was an error downloading a remote file More...
 
EventHandler< ReaderErrorDetectedEventArgsReaderErrorDetected
 Event fired when there was an error reading the data More...
 
EventHandler< StartDateLimitedEventArgsStartDateLimited
 Event fired when the start date has been limited More...
 

Detailed Description

Events related to data providers

Definition at line 23 of file IDataProviderEvents.cs.

Event Documentation

◆ InvalidConfigurationDetected

EventHandler<InvalidConfigurationDetectedEventArgs> QuantConnect.Interfaces.IDataProviderEvents.InvalidConfigurationDetected

Event fired when an invalid configuration has been detected

Definition at line 28 of file IDataProviderEvents.cs.

◆ NumericalPrecisionLimited

EventHandler<NumericalPrecisionLimitedEventArgs> QuantConnect.Interfaces.IDataProviderEvents.NumericalPrecisionLimited

Event fired when the numerical precision in the factor file has been limited

Definition at line 33 of file IDataProviderEvents.cs.

◆ DownloadFailed

EventHandler<DownloadFailedEventArgs> QuantConnect.Interfaces.IDataProviderEvents.DownloadFailed

Event fired when there was an error downloading a remote file

Definition at line 38 of file IDataProviderEvents.cs.

◆ ReaderErrorDetected

EventHandler<ReaderErrorDetectedEventArgs> QuantConnect.Interfaces.IDataProviderEvents.ReaderErrorDetected

Event fired when there was an error reading the data

Definition at line 43 of file IDataProviderEvents.cs.

◆ StartDateLimited

EventHandler<StartDateLimitedEventArgs> QuantConnect.Interfaces.IDataProviderEvents.StartDateLimited

Event fired when the start date has been limited

Definition at line 48 of file IDataProviderEvents.cs.


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