# OptionsMyTrade ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | Trade ID | [optional] **create_time** | **float** | Trading time | [optional] **contract** | **str** | Options contract name | [optional] **order_id** | **int** | Order ID related | [optional] **size** | **int** | Trading size | [optional] **price** | **str** | Trading price (quote currency) | [optional] **underlying_price** | **str** | Underlying price (quote currency) | [optional] **role** | **str** | Trade role. Available values are `taker` and `maker` | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)