vnpy/examples/DataService/ShcifcoDataService/downloadData.py

11 lines
183 B
Python
Raw Normal View History

# encoding: UTF-8
"""
立即下载数据到数据库中用于手动执行更新操作
"""
from dataService import *
if __name__ == '__main__':
downloadAllMinuteBar(1000)