|
Hikyuu
0.1
|
#include <AllocateMoneyBase.h>
Public 类型 | |
| typedef shared_ptr< AllocateMoneyBase > | AllocateMoneyPtr |
Public 成员函数 | |
| AllocateMoneyBase () | |
| AllocateMoneyBase (const TradeManagerPtr &tm) | |
| virtual | ~AllocateMoneyBase () |
| void | setTM (const TradeManagerPtr &tm) |
| TradeManagerPtr | getTM () |
| void | reset () |
| AllocateMoneyPtr | clone () |
| virtual StockList | tryAllocate (Datetime date, const StockList &stocks) |
| virtual string | name () const |
| virtual void | _reset () |
| 子类复位接口 更多... | |
| virtual AllocateMoneyPtr | _clone ()=0 |
| 子类克隆接口 更多... | |
Protected 属性 | |
| TradeManagerPtr | m_tm |
友元 | |
| class | boost::serialization::access |
| typedef shared_ptr<AllocateMoneyBase> hku::AllocateMoneyBase::AllocateMoneyPtr |
| hku::AllocateMoneyBase::AllocateMoneyBase | ( | ) |
| hku::AllocateMoneyBase::AllocateMoneyBase | ( | const TradeManagerPtr & | tm | ) |
|
virtual |
|
pure virtual |
子类克隆接口
|
inlinevirtual |
子类复位接口
| AllocateMoneyPtr hku::AllocateMoneyBase::clone | ( | ) |
|
inline |
|
inlinevirtual |
| void hku::AllocateMoneyBase::reset | ( | ) |
|
inline |
|
friend |
|
protected |
1.8.11