소스 검색

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