service backend
This commit is contained in:
9
api/fx/ingestor/internal/model/ticker.go
Normal file
9
api/fx/ingestor/internal/model/ticker.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
type Ticker struct {
|
||||
Symbol string
|
||||
BidPrice string
|
||||
AskPrice string
|
||||
Provider string
|
||||
Timestamp int64
|
||||
}
|
||||
Reference in New Issue
Block a user