Reorganized structure, seperating implementations from core logic
This commit is contained in:
8
pkg/data/events/mbpdelta.go
Normal file
8
pkg/data/events/mbpdelta.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package events
|
||||
|
||||
type MBPDelta struct {
|
||||
Side Side
|
||||
Price float64
|
||||
Size float64
|
||||
Seq uint64
|
||||
}
|
||||
Reference in New Issue
Block a user