Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 703 Bytes

OrderBook.md

File metadata and controls

16 lines (12 loc) · 703 Bytes

OrderBook

Properties

Name Type Description Notes
Symbol string [default to null]
Level float32 [default to null]
BidSize float32 [optional] [default to null]
BidPrice float64 [optional] [default to null]
AskPrice float64 [optional] [default to null]
AskSize float32 [optional] [default to null]
Timestamp time.Time [optional] [default to null]

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