Fix wrong class name for python SECReportDataAlgorithm

This commit is contained in:
Gerardo Salazar
2019-06-21 16:09:25 -07:00
parent 433edaa1d4
commit 9aaf544d28
+1 -1
View File
@@ -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.