Skip to content

Commit

Permalink
fix: add order interface to event push #45
Browse files Browse the repository at this point in the history
  • Loading branch information
ilinikh.a1 committed Oct 16, 2023
1 parent f4a95ca commit 89ece0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bingx-socket/events/account-websocket-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,5 @@ export interface AccountBalanceAndPositionPushEvent
export interface AccountOrderUpdatePushEvent extends AccountWebSocketEvent {
e: AccountWebsocketEventType.ORDER_TRADE_UPDATE;
E: EventTimeInMilliseconds;
o: AccountWebSocketOrder;
}

0 comments on commit 89ece0d

Please sign in to comment.