Hikyuu
命名空间 | 函数
Parameter.cpp 文件参考
#include <boost/algorithm/string.hpp>
#include "Parameter.h"
Parameter.cpp 的引用(Include)关系图:

命名空间

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

函数

HKU_API std::ostream & hku::operator<< (std::ostream &os, const Parameter &param)
 
HKU_API bool hku::operator== (const Parameter &p1, const Parameter &p2)
 
HKU_API bool hku::operator!= (const Parameter &p1, const Parameter &p2)
 
HKU_API bool hku::operator< (const Parameter &p1, const Parameter &p2)