Skip to content

Commit

Permalink
修改Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxy123 committed Dec 23, 2015
1 parent a5ac08c commit a296a7c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Release/
*.dump
*.vssettings
*.klg
*.lkc

<<<<<<< HEAD
# 不想同步的
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ QQ群号:262656087

相关问题在这个里面问的答复最快。

## 2015/12/23项目状态
完成了飞马和金仕达黄金T+D(浦发银行)的接口封装。

其中vn.ksgold使用时,必须把ksgoldapi下的SLEdll复制到python.exe所在的文件夹下。


## 2015/12/9项目状态##
中间缺失了相当一段内容的更新,说明文档计划重新做一下了。

Expand Down
3 changes: 3 additions & 0 deletions vn.ksgold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

本接口看起来和CTP类似很简单,其实坑相当多:
1. 有每秒最多5笔操作的流控(作者测试似乎3笔就会触发流控),同时似乎底层采用的是同步模式,意味着如果用户调用委托函数遭遇流控限制,则在委托等待的过程中当前线程会阻塞,导致程序出现界面卡死的情况(因为主线程被卡住了)

2. OnRtnOrder返回的数据字段极少,仅包括委托号和当前状态,且仅在委托下达和委托撤销时会推送,委托成交时没有推送,需要用户自己结合OnRtnTrade的数据还原当前委托的最新状态

3. 登录后不提供当日历史成交和委托的主动推送,需要用户自行查询,查询还有流控(1秒/次)


如果打算自己开发建议参考vn.trader里的ksgoldGateway,可以少踩点坑。
Binary file removed vn.trader/temp/KSOTP/KSInterB2C.lkc
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a296a7c

Please sign in to comment.