2015年6月27日
摘要: 通达信L2行情接口, 包括普通行情接口所有功能, 并新增了十档行情, 逐笔成交,买卖队列和深圳逐笔委托(上海证券交易所不对外提供逐笔委托数据)这四个新功能.// TdxHqDemoCpp.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #inclu... 阅读全文
posted @ 2015-06-27 15:55 武胜-阿伟 阅读(3741) 评论(2) 推荐(2) 编辑
摘要: http://www.codeproject.com/Articles/1003177/Access-bit-HKLM-Software-Registry-by-bit-Csharp-NEWhile running 32-bit Windows application on a 64-bit win... 阅读全文
posted @ 2015-06-27 15:45 武胜-阿伟 阅读(562) 评论(0) 推荐(0) 编辑
摘要: //create parameters to pass to the stored procedure //First input Parametervar param1 = new SqlParameter { ParameterName = "@paramName1", SqlDbType =... 阅读全文
posted @ 2015-06-27 15:40 武胜-阿伟 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 通达信普通行情接口, 提供的数据主要为A股行情数据, 使用方法: 先点击连接, 然后可以获取行情数据;using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropService... 阅读全文
posted @ 2015-06-27 15:32 武胜-阿伟 阅读(1513) 评论(0) 推荐(1) 编辑
摘要: 通达信扩展行情接口, 提供的数据主要为期货、期权、三板和港股行情数据using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Te... 阅读全文
posted @ 2015-06-27 15:29 武胜-阿伟 阅读(1108) 评论(1) 推荐(0) 编辑
摘要: http://chaoguwaigua.com/downloads/L2HqApiCSharp.txt通达信L2行情接口, 包括普通行情接口所有功能, 并新增了十档行情, 逐笔成交,买卖队列和深圳逐笔委托(上海证券交易所不对外提供逐笔委托数据)这四个新功能.using System;using Sy... 阅读全文
posted @ 2015-06-27 15:27 武胜-阿伟 阅读(1842) 评论(0) 推荐(0) 编辑