package
Version:
v2.5.0
Opens a new window with list of versions in this module.
Published: Nov 15, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Tick struct {
Time time.Time `json:"time"`
Pair string `json:"pair"`
Price float64 `json:"price"`
Exchange string `json:"exchange"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.