期货委托撤单(withdraw_enter) 在线调试
期货委托撤单
网关地址
| 沙箱环境调用地址: | https://sandbox.hscloud.cn |
| 数据核查类生产调用地址: | https://api.hscloud.cn |
| 仿真业务接口生产调用地址: | https://vopen.hscloud.cn |
| 其余生产调用地址: | https://open.hscloud.cn |
URL
| https://sandbox.hscloud.cn/futu/v1/withdraw_enter |
|---|
是否需要业务登录
| 是 |
|---|
HTTP请求方式
| GET,POST |
|---|
请求参数
| 参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|---|
| futu_exch_type | String | 是 | 4 | 交易类别 | ||
| entrust_no | Integer | 否 | 8 | 委托编号 | ||
| confirm_id | String | 否 | 20 | 主场单号 | ||
| session_no | Integer | 否 | 8 | 会话编号 | ||
| entrust_occasion | String | 否 | 32 | 委托场景 | ||
| entrust_reference | String | 否 | 32 | 委托引用 |
返回参数
| 参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|
| entrust_no | Integer | 8 | 委托编号 |
|
|
| entrust_reference | String | 32 | 委托引用 |
|
|
| session_no | Integer | 8 | 会话编号 |
|
正确返回示例
{
"data": [
{
"entrust_bs": "1",
"batch_no": "0",
"hedge_type": "0",
"withdraw_amount": "1.00",
"session_no": "0",
"entrust_time": "172949",
"fund_account": "100000998",
"futu_code": "AP010",
"confirm_id": "",
"entrust_amount": "1.00",
"entrust_no": "348",
"contract_code": "AP010",
"entrust_reference": "",
"futu_exch_type": "F1",
"withdraw_reference": "96",
"entrust_status": "6",
"entrust_occasion": "",
"futures_direction": "1"
}
]
}
