![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
股票行情全量静态信息 更多...
#include <xlt_quote_struct.h>
Public 属性 | |
| uint32_t | list_date |
| 上市日期, 格式:YYYYMMDD | |
| ExchangeIndex | exchange_index |
| 交易所代码 | |
| char | security_code [CONST_STR_SECURITY_CODE_LEN] |
| 证券代码,字符串,带'\0' | |
| char | security_name [CONST_SECURITY_NAME_LEN] |
| 证券名称,字符串,带'\0' | |
| QuoteSecurityType | security_type |
| 合约类型 | |
| bool | is_registration |
| 是否注册制(仅适用创业板股票,创新企业股票及存托凭证) | |
| bool | is_vie |
| 是否具有协议控制架构(仅适用创业板股票,创新企业股票及存托凭证) | |
| bool | is_noprofit |
| 是否尚未盈利(仅适用创业板股票,创新企业股票及存托凭证) | |
| bool | is_weighted_voting_rights |
| 是否存在投票权差异(仅适用创业板股票,创新企业股票及存托凭证) | |
| bool | is_have_price_limit |
| 是否有涨跌幅限制(注:不提供具体幅度,可通过涨跌停价和昨收价来计算幅度) | |
| int64_t | upper_limit_price |
| 涨停价(仅在有涨跌幅限制时有效) | |
| int64_t | lower_limit_price |
| 跌停价(仅在有涨跌幅限制时有效) | |
| int64_t | pre_close_price |
| 昨收价 | |
| int64_t | price_tick |
| 价格最小变动价位 | |
| int32_t | bid_qty_upper_limit |
| 限价买委托数量上限 | |
| int32_t | bid_qty_lower_limit |
| 限价买委托数量下限 | |
| int32_t | bid_qty_unit |
| 限价买数量单位 | |
| int32_t | ask_qty_upper_limit |
| 限价卖委托数量上限 | |
| int32_t | ask_qty_lower_limit |
| 限价卖委托数量下限 | |
| int32_t | ask_qty_unit |
| 限价卖数量单位 | |
| int32_t | market_bid_qty_upper_limit |
| 市价买委托数量上限 | |
| int32_t | market_bid_qty_lower_limit |
| 市价买委托数量下限 | |
| int32_t | market_bid_qty_unit |
| 市价买数量单位 | |
| int32_t | market_ask_qty_upper_limit |
| 市价卖委托数量上限 | |
| int32_t | market_ask_qty_lower_limit |
| 市价卖委托数量下限 | |
| int32_t | market_ask_qty_unit |
| 市价卖数量单位 | |
| char | security_status [9] |
| 证券状态,字符串,带'\0' | |
| char | underlying_code [CONST_STR_SECURITY_CODE_LEN] |
| 基础证券代码,字符串,带'\0'(债券专属) | |
| uint8_t | swap_flag |
| 是否转股期,0-否,1-是(债券专属) | |
| int64_t | swap_price |
| 可转债转股价格,放大100000倍(债券专属) | |
| uint32_t | maturity_date |
| 兑付日/到期日,格式:YYYYMMDD(债券专属) | |
股票行情全量静态信息
| int32_t x1::xlt_static_quote_full_info_t::ask_qty_lower_limit |
限价卖委托数量下限
| int32_t x1::xlt_static_quote_full_info_t::ask_qty_unit |
限价卖数量单位
| int32_t x1::xlt_static_quote_full_info_t::ask_qty_upper_limit |
限价卖委托数量上限
| int32_t x1::xlt_static_quote_full_info_t::bid_qty_lower_limit |
限价买委托数量下限
| int32_t x1::xlt_static_quote_full_info_t::bid_qty_unit |
限价买数量单位
| int32_t x1::xlt_static_quote_full_info_t::bid_qty_upper_limit |
限价买委托数量上限
| ExchangeIndex x1::xlt_static_quote_full_info_t::exchange_index |
交易所代码
| bool x1::xlt_static_quote_full_info_t::is_have_price_limit |
是否有涨跌幅限制(注:不提供具体幅度,可通过涨跌停价和昨收价来计算幅度)
| bool x1::xlt_static_quote_full_info_t::is_noprofit |
是否尚未盈利(仅适用创业板股票,创新企业股票及存托凭证)
| bool x1::xlt_static_quote_full_info_t::is_registration |
是否注册制(仅适用创业板股票,创新企业股票及存托凭证)
| bool x1::xlt_static_quote_full_info_t::is_vie |
是否具有协议控制架构(仅适用创业板股票,创新企业股票及存托凭证)
| bool x1::xlt_static_quote_full_info_t::is_weighted_voting_rights |
是否存在投票权差异(仅适用创业板股票,创新企业股票及存托凭证)
| uint32_t x1::xlt_static_quote_full_info_t::list_date |
上市日期, 格式:YYYYMMDD
| int64_t x1::xlt_static_quote_full_info_t::lower_limit_price |
跌停价(仅在有涨跌幅限制时有效)
| int32_t x1::xlt_static_quote_full_info_t::market_ask_qty_lower_limit |
市价卖委托数量下限
| int32_t x1::xlt_static_quote_full_info_t::market_ask_qty_unit |
市价卖数量单位
| int32_t x1::xlt_static_quote_full_info_t::market_ask_qty_upper_limit |
市价卖委托数量上限
| int32_t x1::xlt_static_quote_full_info_t::market_bid_qty_lower_limit |
市价买委托数量下限
| int32_t x1::xlt_static_quote_full_info_t::market_bid_qty_unit |
市价买数量单位
| int32_t x1::xlt_static_quote_full_info_t::market_bid_qty_upper_limit |
市价买委托数量上限
| uint32_t x1::xlt_static_quote_full_info_t::maturity_date |
兑付日/到期日,格式:YYYYMMDD(债券专属)
| int64_t x1::xlt_static_quote_full_info_t::pre_close_price |
昨收价
| int64_t x1::xlt_static_quote_full_info_t::price_tick |
价格最小变动价位
| char x1::xlt_static_quote_full_info_t::security_code[CONST_STR_SECURITY_CODE_LEN] |
证券代码,字符串,带'\0'
| char x1::xlt_static_quote_full_info_t::security_name[CONST_SECURITY_NAME_LEN] |
证券名称,字符串,带'\0'
| char x1::xlt_static_quote_full_info_t::security_status[9] |
证券状态,字符串,带'\0'
| QuoteSecurityType x1::xlt_static_quote_full_info_t::security_type |
合约类型
| uint8_t x1::xlt_static_quote_full_info_t::swap_flag |
是否转股期,0-否,1-是(债券专属)
| int64_t x1::xlt_static_quote_full_info_t::swap_price |
可转债转股价格,放大100000倍(债券专属)
| char x1::xlt_static_quote_full_info_t::underlying_code[CONST_STR_SECURITY_CODE_LEN] |
基础证券代码,字符串,带'\0'(债券专属)
| int64_t x1::xlt_static_quote_full_info_t::upper_limit_price |
涨停价(仅在有涨跌幅限制时有效)