- draft
@@ -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