Skip to content

Commit

Permalink
add userref to OwnTrade (#40)
Browse files Browse the repository at this point in the history
message OwnTrade contains the field userref that was missing
  • Loading branch information
lightyear15 authored Jun 7, 2022
1 parent 18378af commit 1e897ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions websocket/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ type OwnTrade struct {
Time json.Number `json:"time"`
Type string `json:"type"`
Vol json.Number `json:"vol"`
UserRef json.Number `json:userref`
}

// OpenOrderDescr -
Expand Down

0 comments on commit 1e897ab

Please sign in to comment.