反手仓位
数据示例
{
"channel": "push.personal.reverse.position",
"data": {
"contractId": 1,
"positionId": 123456789,
"state": 2,
"errorCode": 0
},
"ts": 1760942212000
}
channel = push.personal.reverse.position
响应参数:
| 参数名 | 类型 | 说明 |
|---|---|---|
| contractId | int | 合约 ID |
| positionId | long | 仓位 ID |
| state | int | 状态 |
| errorCode | int | 详见枚举定义:errorCode |