EMT TraderAPI  ver: 2.2.0
EMTQueryETFBaseRsp结构体 参考

查询股票ETF合约基本情况–响应结构体 更多...

#include <eoms_api_struct.h>

成员变量

EMT_MARKET_TYPE market
 交易市场 更多...
 
char etf [EMT_TICKER_LEN]
 etf代码,买卖,申赎统一使用该代码 更多...
 
char subscribe_redemption_ticker [EMT_TICKER_LEN]
 etf申购赎回代码 更多...
 
int32_t unit
 最小申购赎回单位对应的ETF份数,例如上证"50ETF"就是900000 更多...
 
int32_t subscribe_status
 是否允许申购,1-允许,0-禁止 更多...
 
int32_t redemption_status
 是否允许赎回,1-允许,0-禁止 更多...
 
double max_cash_ratio
 最大现金替代比例,小于1的数值 TODO 是否采用double 更多...
 
double estimate_amount
 T日预估金额 更多...
 
double cash_component
 T-X日现金差额 更多...
 
double net_value
 基金单位净值 更多...
 
double total_amount
 最小申赎单位净值总金额=net_value*unit 更多...
 

详细描述

查询股票ETF合约基本情况–响应结构体

结构体成员变量说明

◆ cash_component

double cash_component

T-X日现金差额

◆ estimate_amount

double estimate_amount

T日预估金额

◆ etf

char etf[EMT_TICKER_LEN]

etf代码,买卖,申赎统一使用该代码

◆ market

交易市场

◆ max_cash_ratio

double max_cash_ratio

最大现金替代比例,小于1的数值 TODO 是否采用double

◆ net_value

double net_value

基金单位净值

◆ redemption_status

int32_t redemption_status

是否允许赎回,1-允许,0-禁止

◆ subscribe_redemption_ticker

char subscribe_redemption_ticker[EMT_TICKER_LEN]

etf申购赎回代码

◆ subscribe_status

int32_t subscribe_status

是否允许申购,1-允许,0-禁止

◆ total_amount

double total_amount

最小申赎单位净值总金额=net_value*unit

◆ unit

int32_t unit

最小申购赎回单位对应的ETF份数,例如上证"50ETF"就是900000


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