代码输入确认(stockcode_enter) 在线调试

代码输入确认

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
仿真业务接口生产调用地址: https://vopen.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

https://sandbox.hscloud.cn/secu/v1/stockcode_enter

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
entrust_prop String 3 委托属性

【限制字典子项:Q-对手方最优价格
T-即时成交剩余撤销
0-买卖
V-全额成交或撤单
U-最优五档即时成交剩余撤销
S-本方最优价格
R-最优五档即时成交剩余转限价】

数据字典(143)

exchange_type String 4 交易类别

【限制字典子项:2-深圳
1-上海】

数据字典(243)

stock_account String 11 证券账号
当前市场的主证券账户
stock_code String 16 证券代码

返回参数

参数名 类型 最大长度 默认值 中文名 描述
enable_amount Integer 10 可用数量
根据不同的委托属性(entrust_prop),entrust_amount代表不同的含义。

正确返回示例

{
    "data": [
        {
            "enable_amount": "100.00"
        }
    ]
}