package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Nov 5, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ChartData struct {
Quotes []*Quote `json:"quotes,omitempty"`
}
type Quotes struct {
Timestamp []int64 `json:"timestamp"`
Open []float64 `json:"open"`
Close []float64 `json:"close"`
High []float64 `json:"high"`
Low []float64 `json:"low"`
Volume []float64 `json:"volume"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.