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

以固定价格申报卖出,然后部分成交,账户金额会增加成交量的金额。 #7

Open
zhongjyyy opened this issue Sep 7, 2020 · 0 comments

Comments

@zhongjyyy
Copy link

目测是coeff 导致的, vi QAQIFIAccount.py +674

release_money = trade_amount * frozen.get('coeff', 1)

我本地版本的改动在vi QAQIFIAccount.py +661

frozen = self.frozen.get(
                order_id, {'order_id': order_id, 'money': 0, 'coeff': 0, 'amount': 0, 'price': 0})
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

1 participant