浏览代码

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