EMT API  ver: 2.6.2
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
 应计利息(债券有意义) 更多...
 

详细描述

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

结构体成员变量说明

◆ day_trading

bool day_trading

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

◆ highest_price

double highest_price

涨幅上限价格

◆ interest

double interest

应计利息(债券有意义)

◆ market

交易市场

◆ minimum_price

double minimum_price

跌幅下限价格

◆ 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

证券类别


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