Hikyuu
build_in.h
浏览该文件的文档.
1 /*
2  * build_in.h
3  *
4  * Created on: 2013-5-5
5  * Author: fasiondog
6  */
7 
8 #ifndef PROFITGOAL_BUILD_IN_H_
9 #define PROFITGOAL_BUILD_IN_H_
10 
11 
12 #include "crt/PG_NoGoal.h"
13 #include "crt/PG_FixedPercent.h"
14 #include "crt/PG_FixedHoldDays.h"
15 
16 
17 #endif /* PROFITGOAL_BUILD_IN_H_ */