Skip to content

Commit

Permalink
[WS] Update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
f0cii committed Apr 9, 2020
1 parent 8641b67 commit 1af989a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ type WSEvent int
// WS 事件枚举
const (
WSEventTrade WSEvent = iota + 1
WSEventL2Snapshot
WSEventOrder
WSEventPosition
WSEventL2Snapshot
WSEventError
WSEventDisconnected
WSEventReconnected
Expand Down

0 comments on commit 1af989a

Please sign in to comment.