Files
tessera/core/data/events/quote.go
2025-11-27 20:34:34 +08:00

9 lines
110 B
Go

package events
type Quote struct {
BidPrice float64
BidSize float64
AskPrice float64
AskSize float64
}