EMT API ver: 2.23.1
|
查询证券基础信息应答结构体 更多...
#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 |
价格单位 | |
查询证券基础信息应答结构体
bool day_trading |
是否支持当日回转交易,true:当日可回转交易;false:当日不可回转交易
double highest_price |
涨幅上限价格
double interest |
应计利息(债券有意义)
EMT_MARKET_TYPE market |
交易市场
double minimum_price |
跌幅下限价格
double price_unit |
价格单位
int64_t qty_unit |
数量单位
char ticker[EMT_TICKER_LEN] |
证券代码
char ticker_name[EMT_TICKER_NAME_LEN] |
证券名称
EMT_TICKER_TYPE ticker_type |
证券类别