bluefin_api 1.0.0

Bluefin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# OrderbookPartialDepthUpdate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)