binance 2.0.26 → 2.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -231,6 +231,7 @@ export interface WsMessageBookTickerEventRaw extends WsSharedBase {
|
|
|
231
231
|
export interface WsMessageBookTickerEventFormatted extends WsSharedBase {
|
|
232
232
|
eventType: 'bookTicker';
|
|
233
233
|
updateId: number;
|
|
234
|
+
symbol: string;
|
|
234
235
|
bidPrice: number;
|
|
235
236
|
bidQty: number;
|
|
236
237
|
askPrice: number;
|