Hikyuu
MM_FixedCount.h
浏览该文件的文档.
1 /*
2  * MM_FixedCount.h
3  *
4  * Created on: 2013-4-19
5  * Author: fasiondog
6  */
7 
8 #ifndef FIXEDCOUNT_MM_H_
9 #define FIXEDCOUNT_MM_H_
10 
11 #include "../MoneyManagerBase.h"
12 
13 namespace hku {
14 
24 
25 } /* namespace */
26 
27 #endif /* FIXEDCOUNT_MM_H_ */
MoneyManagerPtr HKU_API MM_FixedCount(int n=100)
固定交易数量资金管理策略
Definition: FixedCountMoneyManager.cpp:28
shared_ptr< MoneyManagerBase > MoneyManagerPtr
客户程序都应使用该指针类型
Definition: MoneyManagerBase.h:217
#define HKU_API
Definition: DataType.h:12
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11