Files
tessera/pkg/data/events/quote.go

9 lines
110 B
Go

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