搜索资源列表
shim.tar
- 证券交易软件shim c++ 源码.命令行操作。-The trading shim is a command-line and dbms controlled interface to the socket-based API of Interactive Brokers Trader Workstation, abbreviated as the IB tws socket api, or simply tws . That api has a number of advantages f
Mforex2CPP-Eng
- Brief instructions on use of practical examples of work developed DLL API MetaTrader4 1. For test of examples do not overlook to connect applied adviser Mforex2.ex4 to any schedule MetaTrader4 (see the documentation - steps of connection 1 - 6) an
xml_test
- Libxml 是一个实现读、创建及操纵XML数据功能的C语言库。这个指南提供例子代码并给出它基本功能的解释。在这个项目的主页上有Libxml及更多关于它可用的资料。包含有完整的API文档。这个指南并不能替代这些完整的文档,但是阐明功能需要使用库来完成基本操作。 -test xml file to struct
CTP Stock Trade Api
- 证券程序化交易的3种实现方式: 1、C++接口可直接使用; 2、COM组件交易及测试,可使用excel、matlab等获取行情、进行交易。 3、客户端,有组合下单、追单等功能。 以上3种模式都可以使用实盘账号进行交易,实盘账号可以直接获得Level2行情; 以上3种模式也可以使用测试账号进行交易,需要模拟账号的请QQ联系,测试账号提供Level1行情。 需要COM组件、Excel模板,客户端的,请QQ联系。 后期将提供期货、证券联合
thostmduserapi-DEMO
- 使用CTP API进行行情连接的demo,用c++完成的
freexfs
- 一个基于WOSA/XFS开发的完整例子,代码涵盖API开发和SPI开发,甚至包含MSXFS.dll的代码实现。通过这个例子有助于开发者提高对XFS整个系统的理解。 此外该例子作为也是多线程开发,OCX开发,VC6.0 Wizard开发都有一定的借鉴。 该例子需要使用V i s u a l L e a k D e t
api
- 中信期货开发的证券期货接口,使用C++可以方便地开发自己的期货软件-zhongxin 中信期货开发的证券期货接口,使用C++可以方便地开发自己的期货软件
CTP API
- 综合交易平台CTP(Comprehensive TransactionPlatform)是由上海期货信息技术有限公司(上海期货交易所的全资子公司)开发的期货交易平台. 简单的说它不能称为一套量化软件平台,只是开放了交易和行情接口,用户可以基于开放的接口自己实现自动交易的客户端软件。 目前绝大多数的期货公司已经使用并对客户开放了ctp系统,并为交易量大的客户免费提供局域网内的主机托管。证券方面华宝证券和兴业证券已经支持ctp的证券接口,并且对客户免费提供level2行情。对终端客户来说,使用c
ApiTestToolWin64(1)
- GTD Stock data Api c++ windows demo code
TradeX-Python27-API-demo
- TradeX.dll的Python接口 TradeX.dll 完全兼容原有的trade.dll下单业务,整合了行情数据 解决了华泰等券商服务器无法正常连接的问题,在任何时间段都可以正确取数据 支持VC,VB,C#,Python,直连交易服务器和行情服务器-TradeX.dll Python interface to TradeX.dll fully compatible under the existing trade.dll single business, the integra
TradeX-Python27-API-src
- TradeX.dll的Python接口源代码,用swig实现的封装 TradeX.dll 完全兼容原有的trade.dll下单业务,整合了行情数据 解决了华泰等券商服务器无法正常连接的问题,在任何时间段都可以正确取数据 支持VC,VB,C#,Python,直连交易服务器和行情服务器-The Python interface for TradeX.dll TradeX.dll is fully compatible with the original trade.dll under
ManagerAPI
- MetaTrader 4 Manager API 示例代码,delphi 与 C++代码-MetaTrader 4 Manager API example code, Delphi and c++ code
truststrategyapi
- 期货策略编程api,基于c++,实现了动态链接库加载和卸载的动态操作等。(Api for strategy programming of futures trading)
上期所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之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)