Skip to content

Commit

Permalink
cosme: because it is not required param
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokisan committed Jun 17, 2023
1 parent 474aac5 commit 1a1c540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v5_position_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ type V5SetTradingStopParam struct {
ActivePrice *string `json:"activePrice,omitempty"`
TpSize *string `json:"tpSize,omitempty"`
SlSize *string `json:"slSize,omitempty"`
TpslMode TpSlMode `json:"tpslMode,omitempty"`
TpslMode *TpSlMode `json:"tpslMode,omitempty"`
TpLimitPrice *string `json:"tpLimitPrice,omitempty"`
SlLimitPrice *string `json:"slLimitPrice,omitempty"`
TpOrderType *OrderType `json:"tpOrderType,omitempty"`
Expand Down

0 comments on commit 1a1c540

Please sign in to comment.