Type alias TickerStatistics
TickerStatistics: {
askPrice: string;
askQuantity: string;
bidPrice: string;
bidQuantity: string;
closeTime: number;
count: number;
firstId: string;
highPrice: string;
lastId: string;
lastPrice: string;
lastQuantity: string;
lowPrice: string;
openPrice: string;
openTime: number;
prevClosePrice: string;
priceChange: string;
priceChangePercent: string;
quoteVolume: string;
symbol: string;
volume: string;
weightedAvgPrice: string;
}
Type declaration
askPrice: string
askQuantity: string
bidPrice: string
bidQuantity: string
closeTime: number
count: number
firstId: string
highPrice: string
lastId: string
lastPrice: string
lastQuantity: string
lowPrice: string
openPrice: string
openTime: number
prevClosePrice: string
priceChange: string
priceChangePercent: string
quoteVolume: string
symbol: string
volume: string
weightedAvgPrice: string
TickerStatistics