Skip to content
/ q_Wind Public
forked from FlyingOE/q_Wind

kdb+/q interface library for Wind Quant API.

License

Notifications You must be signed in to change notification settings

emptist/q_Wind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q_Wind

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

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 that cannot modify global data in q

References

关于Wind万得

关于kdb+/q

About

kdb+/q interface library for Wind Quant API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.1%
  • C 1.5%
  • Objective-C 0.4%