Skip to content

Commit

Permalink
Merge pull request #46 from singlesly/fix#45-account-order-update-eve…
Browse files Browse the repository at this point in the history
…nt-dont-contain-order-types

fix: add order interface to event push #45
  • Loading branch information
singlesly authored Oct 16, 2023
2 parents f4a95ca + 89ece0d commit 0c9939b
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 0c9939b

Please sign in to comment.