Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 809 Bytes

File metadata and controls

16 lines (12 loc) · 809 Bytes

Io.Gate.GateApi.Model.OrderBook

Properties

Name Type Description Notes
Id long Order book ID, which is updated whenever the order book is changed. Valid only when `with_id` is set to `true` [optional]
Current long The timestamp of the response data being generated (in milliseconds) [optional]
Update long The timestamp of when the orderbook last changed (in milliseconds) [optional]
Asks List<List<string>> Ask Depth
Bids List<List<string>> Bid Depth

[Back to Model list] [Back to API list] [Back to README]