# OptionsOrderBook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | Order Book ID. Increases by 1 on every order book change. Set `with_id=true` to include this field in response | [optional] **current** | **float** | Response data generation timestamp | [optional] **update** | **float** | Order book changed timestamp | [optional] **asks** | [**list[DeliveryOrderBookItem]**](DeliveryOrderBookItem.md) | Ask Depth | **bids** | [**list[DeliveryOrderBookItem]**](DeliveryOrderBookItem.md) | Bid Depth | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)