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 | double | Response data generation timestamp | [optional] |
update | double | Order book changed timestamp | [optional] |
asks | \GateApi\Model\FuturesOrderBookItem[] | Asks order depth | |
bids | \GateApi\Model\FuturesOrderBookItem[] | Bids order depth |