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