vnpy/vn.sgit/README.md
2016-03-30 20:31:18 +08:00

29 lines
949 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vn.sgit
### 简介
飞鼠接口的Python封装主要用于期货和黄金T+D的高频交易。
### 说明
和金仕达黄金接口类似尽管看起来很像CTP细节实现有很多区别。
飞鼠接口的委托数据更新是分散在多个推送里的:
1. 下单后通过onRtnOrder通知是否成功没有ErrorID说明委托到了交易所
2. 后续的成交状态通过onRtnTrade通知用户自行累加
3. 撤单的确认通过onRspOrderAction通知
为了获取实时的委托状态,需要用户自行把这三个数据合并起来。
飞鼠的撤单需要使用交易所代码+交易所的系统委托号因此要实现CTP的OrderRef撤单需要用户自行实现一个异步撤单的设计。
如果打算自己开发建议参考vn.trader里的sgitGateway可以少踩点坑。
### API版本
日期2016-01-06
名称SgitApi-4.1-20160106仿真接口
来源:招金投资技术部门提供