登录
首页 » c++ » CTP获取期货tick数据

CTP获取期货tick数据

于 2022-06-18 发布 文件大小:996.26 kB
0 40
下载积分: 2 下载次数: 1

代码说明:

这个是利用上期所CTP接口编写的C++程序,可以获取任意期货的tick数据 1、Tickdata文件夹下的instrument.txt是合约列表,以后要收取行情的合约可以在里面更新,instrument最大行数目前设定是350可修改。 2、注意若合约数量有变,注意修改循环的次数。 2、行情文件默认保存在E:instrument下所以在E盘建立此文件夹,或者自己手动修改 3、每天开盘前启动,或者不启动一直不关闭程序也可以。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ExpressCMS.net(.net2.0PXML)
    ExpressCMS.net,一个国外作者的作品,采用.net2.0+XML架构开发。现在已经绝版了,可供有意的朋友参考。(ExpressCMS.net, a foreign author s work, using. Net2.0+ XML architecture development. Now out of print, available for intentional reference to a friend.)
    2013-08-10 16:01:39下载
    积分:1
  • MicroMouse_高级实验
    【实例简介】MicroMouse_高级实验
    2021-12-01 00:46:55下载
    积分:1
  • cPP_opengl_yibiao
    c++开发的OpenGl程序,一个简单的电流表指示模型应用,能实现电流表指针的左右摆动等功能(The c++ written OpenGl program, a simple ammeter instructions application model, can realize the ammeter pointer swings around etc. Function )
    2011-10-28 15:57:29下载
    积分:1
  • V788d3
    中兴手机v788d改cpn通过cpn改IMEI(change v788d cpn)
    2014-01-16 15:17:02下载
    积分:1
  • 7.GDIhuitu
    本实验要求利用GDI绘图相关知识,绘制广州地铁线路图。该实验我建立的是MFC工程的基本对话框程序。当点击对话框上的按钮时,便会出现地铁线路图。因此,显示地铁图的相关代码添加在该按钮通过消息映射对应的函数内。 (The dialog box procedure. When you click the button on the dialog box will appear when the MRT. Therefore, the metro map display-related code to add the button to pass the message map in the corresponding function. )
    2010-07-14 15:57:48下载
    积分:1
  • 统计单词个数
    给定一个文本,统计里面出现次数最多的三个单词及频数
    2022-04-07 10:55:05下载
    积分:1
  • TrAdaBoost c语言
    tradaboost算法的源码,用c语言写的。来自香港科技大学杨强的一篇文章 。
    2023-06-10 09:05:04下载
    积分:1
  • diancizhang
    电磁场与电磁波第四版的答案,比较详细,有用(Electromagnetic field and wave the fourth edition of the answer, more detailed, useful)
    2014-10-07 16:38:20下载
    积分:1
  • ADXL345模块
    #include "adxl345.h" #include "main.h" #include "myiic.h" #include "math.h" #include "main.h" #include #include "stm32f1xx_hal_uart.h" #include "usart.h" void ADXL345_write(u8 addr, u8 data) { IIC_Start(); IIC_Send_Byte(ADXL_WRITE);     IIC_Wait_Ack();     IIC_Send_Byte(addr);     IIC_Wait_Ack();     IIC_Send_Byte(data);     IIC_Wait_Ack();     IIC_Stop();     HAL_Delay(10); } u8 ADXL345_read(u8 addr) {     u8 d = 0;     IIC_Start();     IIC_Send_Byte(ADXL_WRITE);     IIC_Wait_Ack();     IIC_Send_Byte(addr);     IIC_Wait_Ack();     II
    2022-05-28 01:28:24下载
    积分:1
  • Morph
    用Visual C++实现基于数学形态学的数字图像处理,包括二值图像的腐蚀,膨胀,开,闭,细化及中轴变换等运算.(Visual C++ using mathematical morphology-based digital image processing, including binary image erosion and dilation, opening, closing, thinning, and the central axis transform operations.)
    2011-11-08 16:34:42下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 70今日下载