Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderBook ¶
type OrderBook struct { Channel string `json:"c"` Data struct { Bids []struct { Price string `json:"p"` Volume string `json:"v"` } `json:"bids"` Asks []struct { Price string `json:"p"` Volume string `json:"v"` } `json:"asks"` Event string `json:"e"` RequestID string `json:"r"` } `json:"d"` Symbol string `json:"s"` Timestamp int64 `json:"t"` }
Click to show internal directories.
Click to hide internal directories.