Skip to content

Commit

Permalink
Fix: userref
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 7, 2022
1 parent 1e897ab commit 3d9889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ type OwnTrade struct {
Time json.Number `json:"time"`
Type string `json:"type"`
Vol json.Number `json:"vol"`
UserRef json.Number `json:userref`
UserRef json.Number `json:"userref"`
}

// OpenOrderDescr -
Expand Down

0 comments on commit 3d9889a

Please sign in to comment.