基金交易类委托信息查询(func_ofund_entrust_qry) 在线调试

基金交易类委托信息查询

网关地址

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

URL

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

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
fund_company String 4 空格,表示不限制 基金公司
fund_code String 6 空格,表示不限制 基金代码
entrust_no Integer 10 0,表示不限制 委托编号
allotno String 24 申请编号
position_str String 100 空格,表示取第一页 定位串
request_num Integer 10 50 请求行数
original_appno String 24 原申请单编号

返回参数

参数名 类型 最大长度 默认值 中文名 描述
branch_no Integer 5 分支机构
date Integer 8 日期
time Integer 8 发生时间
entrust_no Integer 10 委托编号
stock_account String 11 证券账号
other_stkacco String 11 对方基金账号
allot_date Integer 8 交易日期
business_flag Integer 6 业务标志
money_type String 3 币种类别
balance Float 16.2 发生金额
shares Float 16.2 发生份额
trans_code String 6 转换代码
hope_date Integer 8 希望处理日期
fund_account String 18 资产账户
fund_company String 4 基金公司
fare_sx Float 16.2 手续费
fund_code String 6 基金代码
allotno String 24 申请编号
deal_share Float 16.2 成交份额
deal_balance Float 16.2 成交金额
entrust_status String 1 委托状态
bonus_type String 1 红利方式
business_name String 16 业务名称
fund_name String 32 基金名称
exchange_name String 16 交易名称
exceedflag String 1 巨额赎回处理办法
charge_type String 1 前后收费类型
ofrisk_flag String 1 异常类型
redeem_date Integer 8 赎回日期
curr_date Integer 8 当前日期
position_str String 100 定位串

正确返回示例

{
    "data": [
        {
             "redeem_date": "20161107",
            "balance": "1000.00",
            "unit_flag": "0",
            "position_str": "2016110702000220000000007",
            "entrust_status": "0",
            "deal_balance": "0",
            "fare_sx": "0",
            "business_name": "申购申请",
            "exceedflag": " ",
            "other_stkacco": " ",
            "allot_date": "20161107",
            "bonus_type": " ",
            "other_transaccount": " ",
            "money_type": "0",
            "allotno": "222002220161107010000007",
            "fund_name": "南方中债A",
            "stock_account": "01A070000002",
            "stock_type": "1",
            "exchange_name": "南方基金",
            "branch_no": "22",
            "time": "154301",
            "hope_date": "0"
        }
   ]
}