We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
持仓信息增加字段: pos : 净持仓手数 pos_long :多头持仓手数 pos_short : 空头持仓手数 orders :与此持仓相关的开仓/平仓挂单
委托单信息增加字段: is_dead :判定这个委托单是否确定已死亡(以后一定不会再产生成交) is_online : 判定这个委托单是否确定已报入交易所(即下单成功,无论是否成交) is_error :判定这个委托单是否确定是错单(即下单失败,一定不会有成交) trade_price : 平均成交价 trade_records :成交记录
The text was updated successfully, but these errors were encountered:
这功能什么时候实现?现在代码还维护吗?
Sorry, something went wrong.
No branches or pull requests
持仓信息增加字段:
pos : 净持仓手数
pos_long :多头持仓手数
pos_short : 空头持仓手数
orders :与此持仓相关的开仓/平仓挂单
委托单信息增加字段:
is_dead :判定这个委托单是否确定已死亡(以后一定不会再产生成交)
is_online : 判定这个委托单是否确定已报入交易所(即下单成功,无论是否成交)
is_error :判定这个委托单是否确定是错单(即下单失败,一定不会有成交)
trade_price : 平均成交价
trade_records :成交记录
The text was updated successfully, but these errors were encountered: