renamed direction to side
This commit is contained in:
@@ -9,7 +9,7 @@ type Record interface {
|
||||
Symbol() string
|
||||
Price() *big.Float
|
||||
Quantity() *big.Float
|
||||
Direction() Direction
|
||||
Side() Side
|
||||
Timestamp() time.Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user