ZhengxuYu

Results 1 issues of ZhengxuYu

运行doc中的样例代码报错。 doc中的样例如下: ``` # 获取标的历史 K 线 # https://open.longportapp.com/docs/quote/pull/history-candlestick # # 运行前请访问“开发者中心”确保账户有正确的行情权限。 # 如没有开通行情权限,可以通过“LongPort”手机客户端,并进入“我的 - 我的行情 - 行情商城”购买开通行情权限。 from datetime import date from longport.openapi import QuoteContext, Config, Period, AdjustType config...