haifengat / pyctp

上期技术期货交易api之python封装,实现接口调用。支持windows linux.
Apache License 2.0
249 stars 130 forks source link

详细持仓无法显示 #26

Open edwardsun opened 4 years ago

edwardsun commented 4 years ago

请问详细持仓信息如何获取?

我注意到代码中这个position_details成员变量好像没有在类中初始化过。

image

edwardsun commented 4 years ago

错误应该出现在第234行:detail.TradeType 这一行 我把这行注释了,并且把position_details加到CtpTrade类成员变量中以后,就可以得到 如下t.position_details

image

希望能对bug修复有帮助

haifengat commented 4 years ago

实际使用的是qryposition,这部分代码未做优化。感谢意见