委托改单(trade_entrust_change) 在线调试
境外期货委托改单
网关地址
沙箱环境调用地址: | https://sandbox.hscloud.cn |
数据核查类生产调用地址: | https://api.hscloud.cn |
其余生产调用地址: | https://open.hscloud.cn |
URL
https://sandbox.hscloud.cn/ovfutu/v1/trade_entrust_change |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
POST |
---|
支持格式
JSON |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
op_station | String | 是 | 255 | 站点地址 |
MPN:**********;IP:***.***.***.*** 备注 MPN:移动手机号码 ip:设备ip地址
|
|
user_token | String | 是 | 255 | 通讯会话 |
|
|
fund_account | String | 是 | 18 | 资金账号 |
|
|
futu_entrust_no | String | 是 | 32 | 委托编号 |
|
|
entrust_amount | Integer | 是 | 10 | 委托数量 |
|
|
futu_entrust_price | Float | 是 | 19.4 | 期货委托价格 |
|
|
idempotency_flag | String | 是 | 1 | 0 | 幂等标志 |
0:不校验 1:校验
|
entrust_reference | String | 是 | 32 | 委托引用 |
|
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
entrust_reference | String | 32 | 委托引用 |
|
|
futu_entrust_no | String | 32 | 委托编号 |
|