소스 검색

MKT

- draft
Alexey Kim 6 일 전
부모
커밋
849e010de1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      order.go

+ 2 - 2
order.go

@@ -16,8 +16,8 @@ type Order interface {
 	// HasReplaced The order ID that this order replaces
 	HasReplaced() *string
 
-	// Legs an array of Order entities associated with this order
-	Legs() []Order
+	// GetLegs an array of Order entities associated with this order
+	GetLegs() []Order
 
 	GetSymbol() string
 	GetAction() OrderAction