Skip to content

Commit

Permalink
add param
Browse files Browse the repository at this point in the history
  • Loading branch information
“VincentCai” committed Jul 15, 2024
1 parent 8425ee5 commit e6effc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/model/order/gethistoryordersresponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type GetHistoryOrdersResponse struct {
FilledCashAmount string `json:"field-cash-amount"`
FilledFees string `json:"field-fees"`
Source string `json:"source"`
CanceledSource string `json:"canceled-source"`
State string `json:"state"`
Exchange string `json:"exchange"`
Batch string `json:"batch"`
Expand Down
1 change: 1 addition & 0 deletions pkg/model/order/getorderresponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type GetOrderResponse struct {
FilledCashAmount string `json:"field-cash-amount"`
FilledFees string `json:"field-fees"`
Source string `json:"source"`
CanceledSource string `json:"canceled-source"`
State string `json:"state"`
FinishedAt string `json:"finished-at"`
StopPrice string `json:"stop-price"`
Expand Down

0 comments on commit e6effc5

Please sign in to comment.