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

查询证券基础信息应答结构体 更多...

#include <eoms_api_struct.h>

成员变量

char ticker [EMT_TICKER_LEN]
 证券代码
 
char ticker_name [EMT_TICKER_NAME_LEN]
 证券名称
 
EMT_MARKET_TYPE market
 交易市场
 
EMT_TICKER_TYPE ticker_type
 证券类别
 
int64_t qty_unit
 数量单位
 
bool day_trading
 是否支持当日回转交易,true:当日可回转交易;false:当日不可回转交易
 
double highest_price
 涨幅上限价格
 
double minimum_price
 跌幅下限价格
 
double interest
 应计利息(债券有意义)
 
double price_unit
 价格单位
 

详细描述

查询证券基础信息应答结构体

结构体成员变量说明

◆ day_trading

bool day_trading

是否支持当日回转交易,true:当日可回转交易;false:当日不可回转交易

◆ highest_price

double highest_price

涨幅上限价格

◆ interest

double interest

应计利息(债券有意义)

◆ market

交易市场

◆ minimum_price

double minimum_price

跌幅下限价格

◆ price_unit

double price_unit

价格单位

◆ qty_unit

int64_t qty_unit

数量单位

◆ ticker

char ticker[EMT_TICKER_LEN]

证券代码

◆ ticker_name

char ticker_name[EMT_TICKER_NAME_LEN]

证券名称

◆ ticker_type

EMT_TICKER_TYPE ticker_type

证券类别


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