renamed direction to side

This commit is contained in:
2025-11-10 14:04:18 +00:00
parent 4686e36501
commit dca43fe014
7 changed files with 102 additions and 102 deletions

View File

@@ -9,7 +9,7 @@ type Record interface {
Symbol() string
Price() *big.Float
Quantity() *big.Float
Direction() Direction
Side() Side
Timestamp() time.Time
}