Skip to content

Commit

Permalink
fix:placeOrder struct field
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator authored and Administrator committed May 20, 2022
1 parent b13c90c commit 763c87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests/rest/trade/trade_requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type (
ClOrdID string `json:"clOrdId,omitempty"`
Tag string `json:"tag,omitempty"`
ReduceOnly bool `json:"reduceOnly,omitempty"`
Sz int64 `json:"sz,string"`
Sz float64 `json:"sz,string"`
Px float64 `json:"px,omitempty,string"`
TdMode okex.TradeMode `json:"tdMode"`
Side okex.OrderSide `json:"side"`
Expand Down

0 comments on commit 763c87f

Please sign in to comment.