Files
sendico/api/fx/ingestor/internal/model/ticker.go
Stephan D 62a6631b9a
All checks were successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
service backend
2025-11-07 18:35:26 +01:00

10 lines
127 B
Go

package model
type Ticker struct {
Symbol string
BidPrice string
AskPrice string
Provider string
Timestamp int64
}