diff --git a/examples/QuantosDataService/dataService.py b/examples/QuantosDataService/dataService.py index 4246f6d8..fa60045d 100644 --- a/examples/QuantosDataService/dataService.py +++ b/examples/QuantosDataService/dataService.py @@ -57,7 +57,7 @@ def generateVtBar(row): bar.close = row['close'] bar.volume = row['volume'] - bar.date = str(row['trade_date']) + bar.date = str(row['date']) bar.time = str(row['time']).rjust(6, '0') #将bar的时间改成提前一分钟