Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Depth ¶
type Depth struct {
Ch string `json:"ch"`
Ts uint `json:"ts"`
Tick struct {
Bids [][]float64 `json:"bids"`
Asks [][]float64 `json:"asks"`
} `json:"tick"`
}
func DecodeDepth ¶
type Kline ¶
func DecodeKline ¶
Click to show internal directories.
Click to hide internal directories.