Hikyuu
命名空间 | 函数
hikyuu.h 文件参考
#include "KData.h"
#include "StockManager.h"
#include "utilities/util.h"
hikyuu.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

 hku
 Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
 

函数

void hku::hikyuu_init (const string &config_file_name)
 Hikyuu核心初始化,客户端必须在程序入口处调用 更多...
 
Stock hku::getStock (const string &querystr)
 获取Stock,目的是封装StockManager,客户端不直接使用StockManager对象 更多...
 
string hku::getVersion ()
 获取Hikyuu当前版本号 更多...