Explorar el Código

Order

- refactoring GetSize()
Alexey Kim hace 6 meses
padre
commit
9d86633808
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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