Hikyuu
H5Record.h
浏览该文件的文档.
1 /*
2  * H5Record.h
3  *
4  * Created on: 2012-9-16
5  * Author: fasiondog
6  */
7 
8 #ifndef H5RECORD_H_
9 #define H5RECORD_H_
10 
11 #include <H5Cpp.h>
12 
13 #include "../../../DataType.h"
14 
15 namespace hku {
16 
17 typedef shared_ptr<H5::H5File> H5FilePtr;
18 
19 struct H5Record {
27 };
28 
29 struct H5IndexRecord {
32 };
33 
38 };
39 
40 struct H5TransRecord {
45 };
46 
47 } /* namespae */
48 
49 #endif /* H5RECORD_H_ */
unsigned hku_uint32
Definition: DataType.h:48
shared_ptr< H5::H5File > H5FilePtr
Definition: H5Record.h:17
hku_uint32 highPrice
Definition: H5Record.h:22
hku_uint64 vol
Definition: H5Record.h:43
hku_uint8 buyorsell
Definition: H5Record.h:44
hku_uint64 vol
Definition: H5Record.h:37
hku_uint64 price
Definition: H5Record.h:42
hku_uint64 transAmount
Definition: H5Record.h:25
Definition: H5Record.h:40
unsigned char hku_uint8
Definition: DataType.h:50
hku_uint64 datetime
Definition: H5Record.h:35
Definition: H5Record.h:34
hku_uint64 datetime
Definition: H5Record.h:30
Definition: H5Record.h:19
hku_uint64 datetime
Definition: H5Record.h:20
Definition: H5Record.h:29
hku_uint64 start
Definition: H5Record.h:31
hku_uint32 openPrice
Definition: H5Record.h:21
hku_uint64 datetime
Definition: H5Record.h:41
hku_uint64 price
Definition: H5Record.h:36
hku_uint32 lowPrice
Definition: H5Record.h:23
unsigned long long hku_uint64
Definition: DataType.h:46
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11
hku_uint64 transCount
Definition: H5Record.h:26
hku_uint32 closePrice
Definition: H5Record.h:24