Fix wrong class name for python SECReportDataAlgorithm
This commit is contained in:
@@ -28,7 +28,7 @@ from QuantConnect.Data.Custom.SEC import *
|
||||
### <meta name="tag" content="using data" />
|
||||
### <meta name="tag" content="custom data" />
|
||||
### <meta name="tag" content="SEC" />
|
||||
class TiingoDailyDataAlgorithm(QCAlgorithm):
|
||||
class SECReportDataAlgorithm(QCAlgorithm):
|
||||
|
||||
def Initialize(self):
|
||||
# Initialise the data and resolution required, as well as the cash and start-end dates for your algorithm. All algorithms must initialized.
|
||||
|
||||
Reference in New Issue
Block a user