Further scaffolding
This commit is contained in:
8
core/data/events/quote.go
Normal file
8
core/data/events/quote.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package events
|
||||
|
||||
type Quote struct {
|
||||
BidPrice float64
|
||||
BidSize float64
|
||||
AskPrice float64
|
||||
AskSize float64
|
||||
}
|
||||
Reference in New Issue
Block a user