Hikyuu
命名空间 | 函数
DataDriverFactory.cpp 文件参考
#include <boost/algorithm/string.hpp>
#include "base_info/sqlite/SQLiteBaseInfoDriver.h"
#include "block_info/qianlong/QLBlockInfoDriver.h"
#include "kdata/hdf5/H5KDataDriver.h"
#include "DataDriverFactory.h"
#include "KDataDriver.h"
DataDriverFactory.cpp 的引用(Include)关系图:

命名空间

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

函数

map< string, BaseInfoDriverPtr > hku::default_baseinfo_driver ()
 
map< string, BlockInfoDriverPtr > hku::default_block_driver ()
 
map< string, KDataDriverPtr > hku::default_kdata_driver ()