| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Trade ID | [optional] |
| createTime | BigDecimal | Trading time | [optional] |
| contract | String | Futures contract | [optional] |
| orderId | String | Order ID related | [optional] |
| size | Long | Trading size | [optional] |
| price | String | Trading price | [optional] |
| role | RoleEnum | Trade role. Available values are `taker` and `maker` | [optional] |
| Name | Value |
|---|---|
| TAKER | "taker" |
| MAKER | "maker" |