-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
|
||
项目已不再维护,全部转移至CTP_Center | ||
============ | ||
ctp for matlab mex | ||
============ | ||
Usage | ||
------- | ||
|
||
####此版本在32位matlab R2014a编译通过,mex使用vs2013 C++。 | ||
####具体参数参照文件注释。 | ||
####此版本在32位matlab R2014a编译通过,mex使用vs2013 C++。 | ||
####具体参数参照文件注释。 | ||
|
||
* make: 编译项目 | ||
* server.ini中设置服务器,期商,账号,数据流路径。 | ||
* CTPConnect: 连接CTP | ||
* CTPDisconnect: 断开CTP | ||
* Subscribe: 订阅合约 | ||
* GetOrder: 获取报单 | ||
* GetPosition: 获取持仓 | ||
* GetInstrument: 获取当日交易合约 | ||
* GetMarketData: 获取合约行情数据 | ||
* GetErrorInfo: 获取错误信息 | ||
* OrderInsert: 下单 | ||
* TraderMain: mex主入口 | ||
* make: 编译项目 | ||
* server.ini中设置服务器,期商,账号,数据流路径。 | ||
* CTPConnect: 连接CTP | ||
* CTPDisconnect: 断开CTP | ||
* Subscribe: 订阅合约 | ||
* GetOrder: 获取报单 | ||
* GetPosition: 获取持仓 | ||
* GetInstrument: 获取当日交易合约 | ||
* GetMarketData: 获取合约行情数据 | ||
* GetErrorInfo: 获取错误信息 | ||
* OrderInsert: 下单 | ||
* TraderMain: mex主入口 |