CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 行业应用软件 金融证券系统

资源列表

« 1 2 ... .24 .25 .26 .27 .28 129.30 .31 .32 .33 .34 ... 319 »
  1. QCUP-019-2010

    1下载:
  2. QCUP 019-2010 银联非接触式读写器规范-QCUP 019-2010 UnionPay contactless reader specification
  3. 所属分类:Finance-Stock software system

    • 发布日期:2016-03-18
    • 文件大小:762880
    • 提供者:ken
  1. marvis-CTP-20503bd

    1下载:
  2. 上期综合交易平台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
  3. 所属分类:金融证券系统

    • 发布日期:2012-11-06
    • 文件大小:2952268
    • 提供者:dolf
  1. PairsTrading

    1下载:
  2. 价差套利 主要程序设计包括发现最为相关的品种 根据历史 计算价差性质 根据现有价差 评价套利空间 设计平仓水平-Arbitrage spreads main program design including the discovery of the species most relevant to the calculation based on historical spread nature of the spread rating in accordance wit
  3. 所属分类:Finance-Stock software system

    • 发布日期:2014-09-14
    • 文件大小:405812
    • 提供者:jemnbocai
  1. HQDemo 演示实时采集股市行情的解决方案

    1下载:
  2. 这是一款用于演示实时采集股市行情的解决方案的程序,其中数据源为内存映射文件-This is a stock market to demonstrate real-time collection solution procedures, which data source is memory-mapped file
  3. 所属分类:金融证券系统

    • 发布日期:2012-10-19
    • 文件大小:185475
    • 提供者:xingjilvxing
  1. stock-vb vb的股票交易代码

    1下载:
  2. vb的股票交易代码,在原先代码的基础上进行了修改,可以支持深圳市场的日线行情浏览,交易系统还还没有添加,功能还不够完善,日后会继续上传-vb' s stock trading symbol on the basis of the original code was modified to support the Shenzhen market, browse the daily market, trading system has not yet added, function is sti
  3. 所属分类:金融证券系统

    • 发布日期:2012-10-19
    • 文件大小:565901
    • 提供者:yang
  1. tdx

    1下载:
  2. 适用于通达信集成版和个人版中的选股器->插件选股的插件开发接口 通达信插件编程规范及实例 -Applicable to access integrated version of the letter and personal version of the stock browser-> Plug-selective access to the Plug-in Development letter Plug-programming interface specificat
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-24
    • 文件大小:29350
    • 提供者:liuchao
  1. CTP行情交易接口.Net封装完整版源码

    1下载:
  2. 在原来基础上进行了些修改,增加了完整的交易接口支持。struct.h头文件修改自海风版C#接口的struct.cs文件,非常感谢。 CTP里面的结构类型非常多,所以这个struct.cs文件的工作量非常大,而且海风为每一个类型都进行了注释,(VStudio里面编程的时候,IntelliSense就可以自动提示),真的很不容易,再谢海风一次。
  3. 所属分类:金融证券系统

    • 发布日期:2012-10-19
    • 文件大小:594335
    • 提供者:Simonz
  1. MF-DFA

    1下载:
  2. 所属分类:Finance-Stock software system

    • 发布日期:2014-09-14
    • 文件大小:6049792
    • 提供者:wangmin
  1. MultiThreadCTPMDAPI

    1下载:
  2. 上期技术综合交易平台(CTP),测试代码。主要是测试MDAPI(market)收行情数据的系统。需要使用人具有上期技术的模拟平台的响应账号(InvestorID)和秘密(PASSWORD),方可正常接收数据。代码经过测试可用。-Technology Trading Platform (CTP) test code. Test MDAPI (market) income market data system. Need to use the simulation platform of techn
  3. 所属分类:金融证券系统

    • 发布日期:2013-07-23
    • 文件大小:3674460
    • 提供者:zhou
  1. stockdata

    1下载:
  2. 股票数据提取软件,用以从通达信中提取日线数据-Stock data extraction software to extract from the letter on-line accessible data
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-03
    • 文件大小:328998
    • 提供者:nmwymm
  1. RSanaE

    1下载:
  2. 这个程序用来检验股票指数是否具有长期记忆性,它是英文人编写的,与一般的hurst指数、Lo指数在编写方法上有区别-This procedure is used to test whether the stock index of long-term memory, which is written in the English people, and the general hurst index, Lo index in the preparation methods are differen
  3. 所属分类:Finance-Stock software system

    • 发布日期:2014-09-14
    • 文件大小:1831
    • 提供者:heyuzhang
  1. gupiao

    1下载:
  2. 编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-27
    • 文件大小:215568
    • 提供者:martinwok
« 1 2 ... .24 .25 .26 .27 .28 129.30 .31 .32 .33 .34 ... 319 »
搜珍网 www.dssz.com