Browse Source

MKT

- draft
Alexey Kim 6 days ago
parent
commit
849e010de1
1 changed files with 2 additions and 2 deletions
  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