Skip to content

Commit 1de513b

Browse files
committed
Update json tags
1 parent 406d9e5 commit 1de513b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2/futures/websocket_service.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ type WsUserDataEvent struct {
10811081
}
10821082

10831083
type WsUserDataAlgoUpdate struct {
1084-
AlgoUpdate WsAlgoUpdate `json:"o"`
1084+
AlgoUpdate WsAlgoUpdate `json:"-"`
10851085
}
10861086

10871087
type WsAlgoUpdate struct {
@@ -1122,7 +1122,7 @@ type WsUserDataAccountUpdate struct {
11221122

11231123
type WsUserDataMarginCall struct {
11241124
CrossWalletBalance string `json:"cw"`
1125-
MarginCallPositions []WsPosition `json:"p"`
1125+
MarginCallPositions []WsPosition `json:"-"`
11261126
}
11271127

11281128
type WsUserDataOrderTradeUpdate struct {

0 commit comments

Comments
 (0)