2.93K 浏览
0
quote = api.get_quote("DCE.a2105")
while True:
    api.wait_update()
    print(quote.datetime)
返回的时间是:
2020-12-09 15:00:00.005198
2020-12-09 15:00:00.005199
2020-12-09 15:00:00.005200
2020-12-09 15:00:00.005201
2020-12-09 15:00:00.005202
2020-12-09 15:00:00.005203
2020-12-09 15:00:00.005204
2020-12-09 15:00:00.005205
2020-12-09 15:00:00.005206
ringo 已回答的问题 2020年12月9日
0

目前已经正常

ringo 已回答的问题 2020年12月9日