package
Version:
v0.0.0-...-8b5824e
Opens a new window with list of versions in this module.
Published: Jan 4, 2021
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
UNDEFINED = iota
ERROR
TICKER
TRADES
ORDERBOOK
ORDERS
FILLS
)
type Orderbook struct {
Bids [][]float64 `json:"bids"`
Asks [][]float64 `json:"asks"`
Action string `json:"action"`
Time types.FtxTime `json:"time"`
Checksum int `json:"checksum"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.