Hikyuu
EqualWeightAllocateFunds.h
浏览该文件的文档.
1 /*
2  * EqualWeightAllocateFunds.h
3  *
4  * Created on: 2018年2月8日
5  * Author: fasiondog
6  */
7 
8 #ifndef TRADE_SYS_ALLOCATEFUNDS_IMP_EQUALWEIGHTALLOCATEFUNDS_H_
9 #define TRADE_SYS_ALLOCATEFUNDS_IMP_EQUALWEIGHTALLOCATEFUNDS_H_
10 
11 #include "../AllocateFundsBase.h"
12 
13 namespace hku {
14 
18 
19 public:
21  virtual ~EqualWeightAllocateFunds();
22 };
23 
24 } /* namespace hku */
25 
26 #endif /* TRADE_SYS_ALLOCATEFUNDS_IMP_EQUALWEIGHTALLOCATEFUNDS_H_ */
#define ALLOCATEFUNDS_IMP(classname)
Definition: AllocateFundsBase.h:173
EqualWeightAllocateFunds()
Definition: EqualWeightAllocateFunds.cpp:12
#define ALLOCATEFUNDS_NO_PRIVATE_MEMBER_SERIALIZATION
对于没有私有变量的继承子类,可直接使用该宏定义序列化
Definition: AllocateFundsBase.h:163
Definition: EqualWeightAllocateFunds.h:15
virtual ~EqualWeightAllocateFunds()
Definition: EqualWeightAllocateFunds.cpp:17
Definition: AllocateFundsBase.h:22
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11