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