搜索资源列表
CTP_API_Sample
- 上海期货交易所API编程实例,Win32-Shanghai Futures Exchange API programming examples, Win32
marvis-CTP-20503bd
- 上期综合交易平台CTP API及文档 http://202.109.110.121/index.htm CTP API http://202.109.110.121/api/ 海洋部落 http://www.oceantribe.org 程序化交易者论坛 http://www.programtrader.net/ Compilation: mv thosttraderapi.so libthosttraderapi.so g++ -L./ -l
CTP API
- 综合交易平台CTP(Comprehensive TransactionPlatform)是由上海期货信息技术有限公司(上海期货交易所的全资子公司)开发的期货交易平台. 简单的说它不能称为一套量化软件平台,只是开放了交易和行情接口,用户可以基于开放的接口自己实现自动交易的客户端软件。 目前绝大多数的期货公司已经使用并对客户开放了ctp系统,并为交易量大的客户免费提供局域网内的主机托管。证券方面华宝证券和兴业证券已经支持ctp的证券接口,并且对客户免费提供level2行情。对终端客户来说,使用c
CTP-API-Development-Guidance
- 期货综合交易CTP平台API接口开发指南-CTP API DEVELOPMENT GUIDANCE
CTP-API-AND-MARKETaTRADE-DEMO
- 上期技术CTP行情开发实例(含源文件)与交易开发实例(同样含源文件)。内另附CTP的API开发教程。-CTP DEVELOPER API AND MARKET DATA&TRADE DEMO.
ctp
- python封装的期货交易API CTP-API ctypes.cdll.ctp-Python package of futures trading CTP-API API Ctypes.cdll.ctp
CTP_API_C++可实盘的源代码(更新)
- 用C++写的一个上期CTP MD接口的例子,包括了初始化,登录,订阅(C++ programs,include CTP API subscribe ,initial,login in function.espeacailly has a methord of commnucation between non-QOBJECT base class and UI class)
上期所CTP-Api之C++交易Demo版
- 修改下BrokerID、MarketFront、TradeFront、个人的期货账号和密码就可以了。模拟账号要注意,当天申请,要第二天才能登陆,模拟账号一般有100万的模拟资金,可以用来调试程序。(Modify the BrokerID, MarketFront, TradeFront, personal futures accounts and passwords on it. Analog account note, the day of the application, it takes
上期所CTP-Api之C++行情Demo版
- 用VS2015打开后,点击testMdApi.cpp,将INVESTOR_ID和PASSWORK改成第2点中说的,点运行,就可以接收到数据了。(After opening with VS2015, click testMdApi.cpp, change the INVESTOR_ID and PASSWORK to the second point, and then you can receive the data.)
CTP_API_C++组合策略
- 针对CTP平台,开发的交易终端,内容很全,采用C#编译。(For the CTP platform, the development of the transaction terminal, the content is very complete, using C# compiler.)
CTP接口(海风)2.0
- CTP海风交易平台完整源码。主要针对CTP平台,开发的交易终端,内容很全,采用C#编译。(For the CTP platform, the development of the transaction terminal, the content is very complete, using C# compiler.)
MyAutoTrader_v1.0.3
- 上期CTP API C++ 源代码 单合约版 下载文件名AutoTrader_ctp_c++源代码.rar 填入经纪公司代码,实盘帐号,密码即可完成行情接收,指标计算,实盘下单连续开平仓。 功能简要介绍如下: 自动保存订阅合约TICK数据到\Bin\TickData下,文件名:合约名称_日期.txt 自动保存下单数据到\Bin\AutoTrade下,文件名:日期.txt MD线程只负责TICK行情接收和缓存,根据TICK数据生成1分钟K线 TRADE线程负责下单及响应,可连续开平仓,本人实盘测试
CTP-Api交易Demo
- 使用CTP 的API 接口Demo,通过这个Demo 可以实现通过Api函数登录CTP 以及下单交易等功能。 该Demo 为终端显示,没有界面。(Using the CTP API interface Demo, through this Demo can be achieved through the Api function login CTP, and orders transactions and other functions. The Demo is for terminal d
CTP_API_docs
- CTP technical docs and APIs.
上期所CTP-Api之C++行情Demo版
- 上期所CTP接口 C++开发实例,需要将期货经纪商,账号密码替换成自己的(C++ development example of Shanghai futures exchange CTP interface. It is necessary to replace the futures brokers and account passwords into their own.)
ctp-trader-demo
- CTP期货接口 c++ 行情和定义demo(CTP futures interface c++ quotations and definition demo)
QTrader
- vs2017 MFC 期货 CTP API 开发示例, 带界面(vs2017 MFC CTP API CTP API)
QTrader
- vs2017 下开发的 MFC 界面 CTP API 账户登录示例,多账户管理(MFC interface CTP API account login example developed under vs2017, multi-account management)
vnpy6.3.13
- 穿透式CTP—API,python可直接调用进行穿透式测试!(Penetrating CTP - API, Python can be directly called for penetrating testing!)
CTP-API之VC++行情Demo源码
- CTP-Api接口之行情测试用,VC++行情Demo版; 源代码,可以依据最新协议,进一步扩展功能。