Skip to content
New issue

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

增加持仓、委托单字段 #40

Open
shinny-limin opened this issue Nov 15, 2019 · 1 comment
Open

增加持仓、委托单字段 #40

shinny-limin opened this issue Nov 15, 2019 · 1 comment

Comments

@shinny-limin
Copy link

  1. 持仓信息增加字段:
    pos : 净持仓手数
    pos_long :多头持仓手数
    pos_short : 空头持仓手数
    orders :与此持仓相关的开仓/平仓挂单

  2. 委托单信息增加字段:
    is_dead :判定这个委托单是否确定已死亡(以后一定不会再产生成交)
    is_online : 判定这个委托单是否确定已报入交易所(即下单成功,无论是否成交)
    is_error :判定这个委托单是否确定是错单(即下单失败,一定不会有成交)
    trade_price : 平均成交价
    trade_records :成交记录

@baoshuang
Copy link

这功能什么时候实现?现在代码还维护吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants