# OrderbookPartialDepthUpdate
## Properties
**updated_at_millis** | **i64** | The timestamp of the partial depth update. |
**symbol** | **String** | The symbol of the market for the partial depth update. |
**bids_e9** | [**Vec<Vec<String>>**](Vec.md) | |
**asks_e9** | [**Vec<Vec<String>>**](Vec.md) | |
**orderbook_update_id** | **i64** | The unique identifier for the orderbook update. |
**depth_level** | **String** | The depth level of the orderbook snapshot. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)