You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after tracing down, I found it's not pytdx version issue. It's caused by type of parameter start, end.
Required type of start/end is str, however I passed datetime.date in.
Three suggestions:
1. add type notation to the parameter
2. change the type to datetime.datetime or Arrow
3. check paramter right after the function is entered, then raise right Exception
您的联系方式(QQ/EMAIL)
THANKS
by yutiansut
2017.12
The text was updated successfully, but these errors were encountered:
问题反馈
您使用的QUANTAXIS版本号是什么?
您的系统信息(包括系统版本,系统架构(32/64),内存大小等等)
您的系统环境是什么?
您需要反馈的问题
感谢您的反馈 如有意见和建议,请在此说明:
您的联系方式(QQ/EMAIL)
THANKS
by yutiansut
2017.12
The text was updated successfully, but these errors were encountered: