Hikyuu
MM_Nothing.h
浏览该文件的文档.
1 /*
2  * MM_FixedCount.h
3  *
4  * Created on: 2013-4-19
5  * Author: fasiondog
6  */
7 
8 #ifndef NOTHING_MM_H_
9 #define NOTHING_MM_H_
10 
11 #include "../MoneyManagerBase.h"
12 
13 namespace hku {
14 
20 
21 } /* namespace */
22 
23 #endif /* NOTHING_MM_H_ */
shared_ptr< MoneyManagerBase > MoneyManagerPtr
客户程序都应使用该指针类型
Definition: MoneyManagerBase.h:217
#define HKU_API
Definition: DataType.h:12
MoneyManagerPtr HKU_API MM_Nothing()
不做资金管理,有多少钱买多少
Definition: NotMoneyManager.cpp:28
Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
Definition: Block.cpp:11