Further scaffolding
This commit is contained in:
12
core/data/events/bar.go
Normal file
12
core/data/events/bar.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package events
|
||||
|
||||
import "time"
|
||||
|
||||
type Bar struct {
|
||||
Open float64
|
||||
High float64
|
||||
Low float64
|
||||
Close float64
|
||||
Volume float64
|
||||
Interval time.Duration
|
||||
}
|
||||
Reference in New Issue
Block a user