ADD: added first version
This commit is contained in:
13
internal/model/bar.go
Normal file
13
internal/model/bar.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package model
|
||||
|
||||
import "time"
|
||||
|
||||
type Bar struct {
|
||||
Symbol string
|
||||
Time time.Time
|
||||
Open float64
|
||||
High float64
|
||||
Low float64
|
||||
Close float64
|
||||
Volume int64
|
||||
}
|
||||
Reference in New Issue
Block a user