Преглед изворни кода

Order

- refactoring GetSize()
Alexey Kim пре 6 месеци
родитељ
комит
9d86633808
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      order.go

+ 1 - 1
order.go

@@ -8,7 +8,7 @@ type Order interface {
 	GetSymbol() string
 	GetAction() OrderAction
 	GetTimeInForce() TimeInForce
-	GetSize() int
+	GetSize() float64
 	GetPrice() float64
 	GetCurrency() string
 	GetStatus() string