hikyuu2/hikyuu_cpp/hikyuu
2021-01-20 00:32:01 +08:00
..
agent 0点重加载 2021-01-18 00:26:20 +08:00
base 清除无用代码 2021-01-18 23:13:17 +08:00
data_driver driver pool (continue) 2021-01-20 00:32:01 +08:00
datetime 代码优化 2020-11-22 18:34:37 +08:00
indicator 修改错误单词 2020-12-25 23:51:36 +08:00
serialization MarketInfo增加开闭市时间段 2020-10-31 00:07:18 +08:00
trade_instance/ama_sys update for format and traivs 2019-11-10 23:31:41 +08:00
trade_manage 修改错误单词 2020-12-25 23:51:36 +08:00
trade_sys 代码优化 2020-11-22 18:34:37 +08:00
utilities driver pool (continue) 2021-01-20 00:32:01 +08:00
.gitignore 分时线支持 2019-02-08 22:41:20 +08:00
Block.cpp 增加基础编程工具宏,优化代码提升可读性及后续编写效率 2020-11-22 00:12:09 +08:00
Block.h update for format, cppcheck, travis 2019-11-10 19:45:57 +08:00
DataType.h 增加基础编程工具宏,优化代码提升可读性及后续编写效率 2020-11-22 00:12:09 +08:00
debug.h 支持VS调试 2020-03-01 01:24:55 +08:00
doc.h Document annotation and cppcheck prompt modification 2020-12-26 11:38:03 +08:00
exception.h 修改错误单词 2020-12-25 23:51:36 +08:00
GlobalInitializer.cpp 优化TimerManager Dll 退出时异常 2021-01-17 21:28:16 +08:00
GlobalInitializer.h fixed #I1BAEM 2020-03-13 02:01:22 +08:00
hikyuu.cpp 预加载支持最大数量限制,以便加载分钟线级别数据至内存 2020-12-27 00:23:58 +08:00
hikyuu.h 实时数据采集至sqlite共享内存数据库 2020-12-10 00:03:43 +08:00
KData.cpp 增加基础编程工具宏,优化代码提升可读性及后续编写效率 2020-11-22 00:12:09 +08:00
KData.h update 2020-10-12 01:14:16 +08:00
KDataImp.cpp 增加基础编程工具宏,优化代码提升可读性及后续编写效率 2020-11-22 00:12:09 +08:00
KDataImp.h Optimize data reading (continue) 2020-10-05 00:07:29 +08:00
KQuery.cpp fixed 并行加载错误 2021-01-04 00:16:19 +08:00
KQuery.h fixed 并行加载错误 2021-01-04 00:16:19 +08:00
KRecord.cpp 代码优化 2020-11-22 18:34:37 +08:00
KRecord.h 继续定时采集 2020-12-06 19:18:50 +08:00
LICENSE.txt Re-organize source code structure; use xmake for build 2018-08-20 04:01:34 +08:00
Log.cpp 修改错误单词 2020-12-25 23:51:36 +08:00
Log.h HKU_CHECK/THROW改为不提前打印错误信息,方便程序自行控制输出 2021-01-18 23:45:42 +08:00
MarketInfo.cpp MarketInfo增加开闭市时间段 2020-10-31 00:07:18 +08:00
MarketInfo.h Modify help notes 2020-12-26 12:48:45 +08:00
Stock.cpp update 加载优化 2021-01-17 00:27:09 +08:00
Stock.h SpotAgent增加交易时间判断 2021-01-06 00:06:58 +08:00
StockManager.cpp driver pool (continue) 2021-01-20 00:32:01 +08:00
StockManager.h 实时数据更新(continue) 2020-12-19 23:57:24 +08:00
StockMapIterator.h clear cppcheck 2020-11-02 23:47:15 +08:00
StockTypeInfo.cpp int64/int32/int8和c++11保持一致改为int64_t/int32_t/int8_t 2020-10-01 22:52:50 +08:00
StockTypeInfo.h int64/int32/int8和c++11保持一致改为int64_t/int32_t/int8_t 2020-10-01 22:52:50 +08:00
StockWeight.cpp update for format, cppcheck, travis 2019-11-10 19:45:57 +08:00
StockWeight.h clear cppcheck 2020-11-02 23:47:15 +08:00
TimeLineRecord.cpp 代码优化 2020-11-22 18:34:37 +08:00
TimeLineRecord.h continue 2020-06-30 23:27:23 +08:00
TransRecord.cpp 代码优化 2020-11-22 18:34:37 +08:00
TransRecord.h continue 2020-06-30 23:27:23 +08:00
xmake.lua 实时数据接收 2020-12-17 00:03:56 +08:00