Commit Graph

69 Commits

Author SHA1 Message Date
fasiondog
5e13d86141 Stock的最大交易数、最小交易数改为double类型 2022-02-20 01:42:11 +08:00
fasiondog
02c608dfc6 clear cppcheck warnnings 2021-03-24 23:20:01 +08:00
fasiondog
e50dafb1dd 补充节假日测试;Stock:realtimeUpdate加入节假日保护 2021-02-07 22:29:22 +08:00
fasiondog
8d8ebc3991 增加节假日信息;优化加载代码 2021-02-07 00:56:04 +08:00
fasiondog
14b94befe5 update for stock getWeigth setWeightList 2021-01-26 00:21:34 +08:00
fasiondog
77e1dfbd10 优化DriverPool 2021-01-24 20:47:38 +08:00
fasiondog
4fe7210542 fixed 并发加载 2021-01-24 00:38:22 +08:00
fasiondog
f6697c5a0c fixed 内存泄露 2021-01-23 23:03:28 +08:00
fasiondog
e923d39808 DriverPool (continue) 2021-01-22 00:39:37 +08:00
fasiondog
7c1c6ec018 update 加载优化 2021-01-17 00:27:09 +08:00
fasiondog
f7f75a1af5 SpotAgent增加交易时间判断 2021-01-06 00:06:58 +08:00
fasiondog
9346ecf74c 完善并行加载 2021-01-04 23:10:06 +08:00
fasiondog
89458028e4 fixed 并行加载错误 2021-01-04 00:16:19 +08:00
fasiondog
d77df6d52c Add SpotAgent Process function 2021-01-03 00:05:01 +08:00
fasiondog
6e4977f0b4 fixes Stock::_isTransactionTime 2021-01-01 23:26:16 +08:00
fasiondog
5650922bd3 完善SpotAgent; Stock添加判断时间是否在交易时间段内的方法 2020-12-30 00:21:29 +08:00
fasiondog
08c575b1df 预加载支持最大数量限制,以便加载分钟线级别数据至内存 2020-12-27 00:23:58 +08:00
fasiondog
6160e14db8 Document annotation and cppcheck prompt modification 2020-12-26 11:38:03 +08:00
fasiondog
b721c5aecf 实时数据更新(continue) 2020-12-19 23:57:24 +08:00
fasiondog
41a97a3932 增加基础编程工具宏,优化代码提升可读性及后续编写效率 2020-11-22 00:12:09 +08:00
fasiondog
51a28de40b Stock::realtimeUpdate 增加写锁及其他非日线类型支持 2020-11-12 23:54:01 +08:00
fasiondog
ad766797eb update real data in c++ (continue) 2020-11-11 23:58:08 +08:00
fasiondog
17d42a79c5 read_write_lock for stock (continue) 2020-11-11 00:07:56 +08:00
fasiondog
8e3bd9e1c5 fixed update from sina 2020-11-04 23:53:02 +08:00
fasiondog
0805207c6d clear cppcheck 2020-11-02 23:47:15 +08:00
fasiondog
8c431ba6da clear cppcheck warns 2020-11-01 14:01:08 +08:00
fasiondog
d40ec7abf6 fixed over boudary 2020-11-01 11:41:07 +08:00
fasiondog
966391af01 Market增加开闭市时间 2020-10-30 00:03:43 +08:00
fasiondog
6bc79b79ed StockWeight支持从数据库获取最新数据 2020-10-29 00:03:25 +08:00
fasiondog
66b6579472 StockWeight支持从数据库获取最新数据(continue) 2020-10-28 00:03:04 +08:00
fasiondog
5d8794e529 StockWeight支持从数据库获取最新数据(continue) 2020-10-27 00:01:40 +08:00
fasiondog
4ec1ce14cc update 2020-10-11 01:37:19 +08:00
fasiondog
05a5a8cc72 fixed Stock::getKRecord 2020-10-10 01:33:43 +08:00
fasiondog
a46d37857c Stock::getKRecordByDate -> getKRecord 2020-10-09 01:02:52 +08:00
fasiondog
7650cd3489 KDataDriver 取消 getKRecord 接口 2020-10-08 23:56:43 +08:00
fasiondog
a1bd25ed74 Optimize data reading (continue) 2020-10-08 15:46:41 +08:00
fasiondog
5b1c007002 Optimize data reading (continue) 2020-10-08 02:26:02 +08:00
fasiondog
06b64d3c7b update for stock.cpp 2020-10-06 17:56:10 +08:00
fasiondog
e2131af632 Optimize data reading (continue) 2020-10-05 18:04:53 +08:00
fasiondog
e9e3ae764d Optimize data reading (continue) 2020-10-05 00:07:29 +08:00
fasiondog
e3957b180e Optimize data reading (continue) 2020-10-03 23:58:04 +08:00
fasiondog
0a2f25fe46 Optimize data reading (continue) 2020-10-03 00:02:03 +08:00
fasiondog
690824e93f Optimize data reading (continue) 2020-10-02 17:31:33 +08:00
fasiondog
f67352d76d update for kdatadriver 2020-10-01 23:58:02 +08:00
fasiondog
3fe0519bc1 int64/int32/int8和c++11保持一致改为int64_t/int32_t/int8_t 2020-10-01 22:52:50 +08:00
fasiondog
e3da64e5eb 清理兼容python2导致的内部字符串格式问题 2020-09-13 00:10:22 +08:00
fasiondog
778cff1787 ktype不区分大小写 2020-06-10 00:17:24 +08:00
fasiondog
a08a67a67b 内存泄漏检测优化全局变量避免误报(continue) 2020-04-06 01:56:04 +08:00
fasiondog
c76edbf4e9 内存泄漏检测优化全局变量避免误报(continue) 2020-04-05 02:02:05 +08:00
fasiondog
55b5849753 内存泄漏检测优化全局变量避免误报(continue) 2020-04-04 01:39:19 +08:00