EMT API ver: 2.23.1
载入中...
搜索中...
未找到
_EMTQuoteStaticInfo结构体 参考

股票行情静态信息 更多...

#include <emt_quote_struct.h>

成员变量

EMQ_EXCHANGE_TYPE exchange_id
 交易所代码
 
char ticker [EMQ_TICKER_LEN]
 合约代码(不包含交易所信息),不带空格,以'\0'结尾
 
char ticker_name [EMQ_TICKER_NAME_LEN]
 合约名称
 
EMQ_TICKER_TYPE ticker_type
 合约类型
 
double pre_close_price
 昨收盘
 
double upper_limit_price
 涨停板价
 
double lower_limit_price
 跌停板价
 
double price_tick
 最小变动价位
 
int32_t buy_qty_unit
 合约最小交易量(买)
 
int32_t sell_qty_unit
 合约最小交易量(卖)
 

详细描述

股票行情静态信息

结构体成员变量说明

◆ buy_qty_unit

int32_t buy_qty_unit

合约最小交易量(买)

◆ exchange_id

EMQ_EXCHANGE_TYPE exchange_id

交易所代码

◆ lower_limit_price

double lower_limit_price

跌停板价

◆ pre_close_price

double pre_close_price

昨收盘

◆ price_tick

double price_tick

最小变动价位

◆ sell_qty_unit

int32_t sell_qty_unit

合约最小交易量(卖)

◆ ticker

char ticker[EMQ_TICKER_LEN]

合约代码(不包含交易所信息),不带空格,以'\0'结尾

◆ ticker_name

char ticker_name[EMQ_TICKER_NAME_LEN]

合约名称

◆ ticker_type

EMQ_TICKER_TYPE ticker_type

合约类型

◆ upper_limit_price

double upper_limit_price

涨停板价


该结构体的文档由以下文件生成: