Skip to content

Commit

Permalink
补充文档
Browse files Browse the repository at this point in the history
  • Loading branch information
hugh committed Sep 29, 2018
1 parent aa89c20 commit 76b70ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/api/Trade_API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ accinfo_query - 获取账户资金数据
from futuquant import *
pwd_unlock = '123456'
trd_ctx = OpenHKTradeContext(host='127.0.0.1', port=11111)
trd_ctx.unlock_trade(pwd_unlock)
print(trd_ctx.accinfo_query())
trd_ctx.close()
Expand Down Expand Up @@ -605,6 +606,8 @@ on_recv_rsp - 响应成交推送

4.下单仅支持Normal类型

5.模拟交易不需要解锁交易

可视数据可跳转至 `模拟交易 <https://m-match.futunn.com/simulate/>`_,该页面仅支持手机浏览器访问。

----------------------------
Expand Down

0 comments on commit 76b70ba

Please sign in to comment.