Skip to content

Commit

Permalink
Add OrderListId field to Order struct (adshao#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrajchuk authored Jul 27, 2021
1 parent 928693d commit 8c3f206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/order_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ func (s *GetOrderService) Do(ctx context.Context, opts ...RequestOption) (res *O
type Order struct {
Symbol string `json:"symbol"`
OrderID int64 `json:"orderId"`
OrderListId int64 `json:"orderListId"`
ClientOrderID string `json:"clientOrderId"`
Price string `json:"price"`
OrigQuantity string `json:"origQty"`
Expand Down

0 comments on commit 8c3f206

Please sign in to comment.