| Name | Type | Description | Notes |
|---|---|---|---|
| time | Double | Position close time | [optional] [readonly] |
| contract | String | Options contract name | [optional] [readonly] |
| side | SideEnum | Position side - `long`: Long position - `short`: Short position | [optional] [readonly] |
| pnl | String | PnL | [optional] [readonly] |
| text | String | Source of close order. See `order.text` field for specific values | [optional] [readonly] |
| settleSize | String | Settlement size | [optional] [readonly] |
| Name | Value |
|---|---|
| LONG | "long" |
| SHORT | "short" |