| Name | Type | Description | Notes |
|---|---|---|---|
| time | Double | Position close time | [optional] [readonly] |
| contract | String | Futures contract | [optional] [readonly] |
| side | SideEnum | Position side, long or short | [optional] [readonly] |
| pnl | String | PNL | [optional] [readonly] |
| text | String | Text of close order | [optional] [readonly] |
| Name | Value |
|---|---|
| LONG | "long" |
| SHORT | "short" |