Further scaffolding
This commit is contained in:
14
core/data/events/mbosnapshot.go
Normal file
14
core/data/events/mbosnapshot.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package events
|
||||
|
||||
type MBOSnapshot struct {
|
||||
Orders []OrderEntry
|
||||
Seq uint64
|
||||
}
|
||||
|
||||
type OrderEntry struct {
|
||||
OrderID string
|
||||
Side Side
|
||||
Price float64
|
||||
Size float64
|
||||
IsMaker bool
|
||||
}
|
||||
Reference in New Issue
Block a user