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
The text was updated successfully, but these errors were encountered:
✅ POSITION_EFFECT ENUM 增加 CLOSE_TODAY Option
POSITION_EFFECT ENUM
CLOSE_TODAY
✅ 引入调仓函数 order(order_book_id, quantity, price=None) API
order(order_book_id, quantity, price=None)
如果不传入 price 则认为执行的是 MarketOrder 类型订单,否则下 LimitOrder 订单
price
期货
股票
order_shares
✅ 引入调仓函数 order_to(order_book_id, quantity, price=None) API
order_to(order_book_id, quantity, price=None)
order
✅ 现有所有下单函数,增加 price option,具体行为和 order | order_to 一致
order_to
✅ 平仓根据昨仓和今仓自动分成多个 Order, 对应返回的是 List[Order]
Sorry, something went wrong.
update with issue #116
7a94b80
@handsomu 这个已经全部实现了 develop 分支可测试。
wh1100717
No branches or pull requests
The text was updated successfully, but these errors were encountered: