止盈止损价格
数据示例
{
"channel": "push.personal.stop.order",
"data": {
"symbol": "BTC_USDT",
"orderId": 123456789,
"lossTrend": 1,
"profitTrend": 2,
"stopLossPrice": 42000.0,
"takeProfitPrice": 48000.0
},
"ts": 1760942212000
}
channel = push.personal.stop.order
响应参数:
| 参数名 | 类型 | 说明 |
|---|---|---|
| symbol | string | 合约名 |
| orderId | long | 订单 ID |
| lossTrend | int | 止损参考价格类型 |
| profitTrend | int | 止盈参考价格类型 |
| stopLossPrice | decimal | 止损价 |
| takeProfitPrice | decimal | 止盈价 |