Hikyuu
| 类型定义
DataType 基础数据类型定义

定义所需的基础数据类型 更多...

DataType 基础数据类型定义 的协作图:

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 char hku::hku_int8
 
typedef unsigned char hku::hku_uint8
 
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 char hku::hku_int8
typedef unsigned hku::hku_uint32
typedef unsigned long long hku::hku_uint64
typedef unsigned char hku::hku_uint8
typedef double hku::price_t
typedef vector<price_t> hku::PriceList
typedef std::string hku::string
typedef vector< string > hku::StringList