2
0
Alexey Kim 6 dní pred
rodič
commit
849e010de1
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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