Reverse position
Sample
{
"channel": "push.personal.reverse.position",
"data": {
"contractId": 1,
"positionId": 123456789,
"state": 2,
"errorCode": 0
},
"ts": 1760942212000
}
channel = push.personal.reverse.position
Response fields:
| Field | Type | Description |
|---|---|---|
| contractId | int | Contract ID |
| positionId | long | Position ID |
| state | int | State |
| errorCode | int | ENUM:errorCode |