Skip to content

xuanyuanxu/q_Wind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q_Wind

kdb+/q interface for Wind API (non-COM version)

Wind Quant API is developed by Wind Information Co., Ltd, a Chinese financial information and solutions provider.

Wind 万得 kdb+/q 数据接口(non-COM version)

这是一个Wind Quant API的kdb+接口。

本项目是使用Visual Studio 2013编译的工程。与zwz的《WindKdb+数据及交易接口V1.1》不同,本工程直接使用WindQuantData.dll的API而不须使用基于COM的WAPIWrapperCpp.dll。虽然没有使用WAPIWrapperCpp.dll,不过本接口已经把所有接数的函数封装为同步函数(.wind.WSQ除外),以方便在q程序内使用。

License

Apache License v2.0

Build

如果您使用正版的Visual Studio 2013,则本工程只需要Kxk.hq.lib即可编译通过。

如果您使用的是免费版的Visual Studio Express 2013,则本工程还额外需要Windows Driver Kit (WDK) v7.1.0中的头文件和库方可编译。为方便直接使用,压缩包里还包括了工程编译后生成的DLL(在Release目录中)。

Change Log

  • 2015.02.27
    • Initial version to support most APIs in WindQuantData.dll
  • 2015.03.06
    • Initial merge into GitHub
    • Added missing support for WST function
    • Fixed problem with WSQ subscribers being not able to modify global data in q
  • 2015.03–04
    • Various bug fixes

References

About Wind万得

About kdb+/q

About

kdb+/q interface library for Wind Quant API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.2%
  • C 1.4%
  • Objective-C 0.4%