Skip to content

Commit

Permalink
add Action field to OrderBook struct
Browse files Browse the repository at this point in the history
  • Loading branch information
renat1015 committed Apr 8, 2022
1 parent 7d97eb5 commit 3bc8580
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions events/public/public_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ type (
Limit []*publicdata.LimitPrice `json:"data"`
}
OrderBook struct {
Arg *events.Argument `json:"arg"`
Books []*market.OrderBookWs `json:"data"`
Arg *events.Argument `json:"arg"`
Books []*market.OrderBookWs `json:"data"`
Action string `json:"action"`
}
OPTIONSummary struct {
Arg *events.Argument `json:"arg"`
Expand Down

0 comments on commit 3bc8580

Please sign in to comment.