|
Hikyuu
0.1
|
#include <Performance.h>
Public 类型 | |
| typedef map< string, double > | map_type |
Public 成员函数 | |
| Performance () | |
| virtual | ~Performance () |
| void | reset () |
| double | get (const string &name) const |
| double | operator[] (const string &name) const |
| string | report (const TradeManagerPtr &tm, const Datetime &datetime=Datetime::now()) |
| void | statistics (const TradeManagerPtr &tm, const Datetime &datetime) |
| typedef map<string, double> hku::Performance::map_type |
| hku::Performance::Performance | ( | ) |
|
virtual |
| double hku::Performance::get | ( | const string & | name | ) | const |
|
inline |
| string hku::Performance::report | ( | const TradeManagerPtr & | tm, |
| const Datetime & | datetime = Datetime::now() |
||
| ) |
| void hku::Performance::reset | ( | ) |
| void hku::Performance::statistics | ( | const TradeManagerPtr & | tm, |
| const Datetime & | datetime | ||
| ) |
1.8.11