|
Hikyuu
0.1
|
定义所需的基础数据类型 更多...
|
类 | |
| class | hku::Datetime |
| 日期类型 更多... | |
| class | hku::Null< T > |
| 提供指定给定类型的Null值 更多... | |
类型定义 | |
| typedef std::vector< Datetime > | hku::DatetimeList |
| 日期列表 更多... | |
| typedef long long | hku::hku_int64 |
| typedef unsigned long long | hku::hku_uint64 |
| typedef int | hku::hku_int32 |
| typedef unsigned | hku::hku_uint32 |
| typedef double | hku::price_t |
| typedef std::string | hku::string |
| typedef vector< price_t > | hku::PriceList |
| typedef vector< string > | hku::StringList |
定义所需的基础数据类型
定义所需的基础数据类型
| typedef std::vector<Datetime> hku::DatetimeList |
日期列表
| typedef int hku::hku_int32 |
| typedef long long hku::hku_int64 |
| typedef unsigned hku::hku_uint32 |
| typedef unsigned long long hku::hku_uint64 |
| typedef double hku::price_t |
| typedef vector<price_t> hku::PriceList |
| typedef std::string hku::string |
| typedef vector< string > hku::StringList |
1.8.11