# OrderLogData Response data ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **order_id** | **int** | Order ID | [optional] **log_id** | **int** | logID | [optional] **symbol** | **str** | Trading pair of the order | [optional] **price_type** | **str** | Trade type (market=market price, trigger=trigger price) | [optional] **state** | **int** | Order status code (1=placed, 2=canceled, 3=partially filled, 4=filled, 5=rejected) | [optional] **side** | **int** | Order side (1=sell, 2=buy) | [optional] **volume** | **str** | Order volume | [optional] **price** | **str** | Average fill price | [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)