| Name | Type | Description | Notes |
|---|---|---|---|
| time | number | Liquidation time | [optional] [readonly] [default to undefined] |
| contract | string | Futures contract | [optional] [readonly] [default to undefined] |
| leverage | string | Position leverage. Not returned in public endpoints | [optional] [readonly] [default to undefined] |
| size | number | Position size | [optional] [readonly] [default to undefined] |
| margin | string | Position margin. Not returned in public endpoints | [optional] [readonly] [default to undefined] |
| entryPrice | string | Average entry price. Not returned in public endpoints | [optional] [readonly] [default to undefined] |
| liqPrice | string | Liquidation price. Not returned in public endpoints | [optional] [readonly] [default to undefined] |
| markPrice | string | Mark price. Not returned in public endpoints | [optional] [readonly] [default to undefined] |
| orderId | number | Liquidation order ID. Not returned in public endpoints | [optional] [readonly] [default to undefined] |
| orderPrice | string | Liquidation order price | [optional] [readonly] [default to undefined] |
| fillPrice | string | Liquidation order average taker price | [optional] [readonly] [default to undefined] |
| left | number | Liquidation order maker size | [optional] [readonly] [default to undefined] |