Skip to content

Commit

Permalink
Changed Order.OrderFee to interface{}
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjjpppp committed Jul 17, 2020
1 parent 4843d2b commit 09d9ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/models/order.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Order struct {
CurrencyPairCode string `json:"currency_pair_code"`
AveragePrice float64 `json:"average_price"`
Target string `json:"target"`
OrderFee float64 `json:"order_fee"`
OrderFee interface{} `json:"order_fee"`
SourceAction string `json:"source_action"`
UnwoundTradeID interface{} `json:"unwound_trade_id"`
TradeID interface{} `json:"trade_id"`
Expand Down

0 comments on commit 09d9ba7

Please sign in to comment.