2
0
Alexey Kim 6 месяцев назад
Родитель
Сommit
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