Lean
$LEAN_TAG$
|
Report generated by the IDataMonitor class that contains information about data requests More...
Public Member Functions | |
DataMonitorReport () | |
Initializes an empty instance of the DataMonitorReport class More... | |
DataMonitorReport (long succeededDataRequestsCount, long failedDataRequestsCount, long succeededUniverseDataRequestsCount, long failedUniverseDataRequestsCount, IReadOnlyList< double > dataRequestRates) | |
Initializes a new instance of the DataMonitorReport class More... | |
Properties | |
long | SucceededDataRequestsCount [get, set] |
Gets the number of data files that were requested and successfully fetched More... | |
long | FailedDataRequestsCount [get, set] |
Gets the number of data files that were requested but could not be fetched More... | |
long | SucceededUniverseDataRequestsCount [get, set] |
Gets the number of universe data files that were requested and successfully fetched More... | |
long | FailedUniverseDataRequestsCount [get, set] |
Gets the number of universe data files that were requested but could not be fetched More... | |
long | TotalRequestsCount [get] |
Gets the number of data files that were requested More... | |
double | FailedDataRequestsPercentage [get] |
Fets the percentage of data requests that could not be satisfied More... | |
long | TotalUniverseDataRequestsCount [get] |
Gets the number of universe data files that were requested More... | |
double | FailedUniverseDataRequestsPercentage [get] |
Fets the percentage of universe data requests that could not be satisfied More... | |
IReadOnlyList< double > | DataRequestRates [get, set] |
Rates at which data requests were made per second More... | |
Report generated by the IDataMonitor class that contains information about data requests
Definition at line 28 of file DataMonitorReport.cs.
QuantConnect.DataMonitorReport.DataMonitorReport | ( | ) |
Initializes an empty instance of the DataMonitorReport class
Definition at line 99 of file DataMonitorReport.cs.
QuantConnect.DataMonitorReport.DataMonitorReport | ( | long | succeededDataRequestsCount, |
long | failedDataRequestsCount, | ||
long | succeededUniverseDataRequestsCount, | ||
long | failedUniverseDataRequestsCount, | ||
IReadOnlyList< double > | dataRequestRates | ||
) |
Initializes a new instance of the DataMonitorReport class
succeededDataRequestsCount | Number of data paths that were requested and successfuly served |
failedDataRequestsCount | Number of data paths that were requested but could not be served |
succeededUniverseDataRequestsCount | Number of universe data paths that were requested and successfuly served |
failedUniverseDataRequestsCount | Number of universe data paths that were requested but could not be served |
dataRequestRates | Rates at which data requests were made per second |
Definition at line 111 of file DataMonitorReport.cs.
|
getset |
Gets the number of data files that were requested and successfully fetched
Definition at line 34 of file DataMonitorReport.cs.
|
getset |
Gets the number of data files that were requested but could not be fetched
Definition at line 40 of file DataMonitorReport.cs.
|
getset |
Gets the number of universe data files that were requested and successfully fetched
Definition at line 46 of file DataMonitorReport.cs.
|
getset |
Gets the number of universe data files that were requested but could not be fetched
Definition at line 52 of file DataMonitorReport.cs.
|
get |
Gets the number of data files that were requested
Definition at line 59 of file DataMonitorReport.cs.
|
get |
Fets the percentage of data requests that could not be satisfied
Definition at line 68 of file DataMonitorReport.cs.
|
get |
Gets the number of universe data files that were requested
Definition at line 77 of file DataMonitorReport.cs.
|
get |
Fets the percentage of universe data requests that could not be satisfied
Definition at line 86 of file DataMonitorReport.cs.
|
getset |
Rates at which data requests were made per second
Definition at line 94 of file DataMonitorReport.cs.