data/ws_classes library

Classes

AggregatedTrade
Aggregated trades with the first and last trade id in the aggregation.
AveragedPrice
Average price over a certain duration.
BookDepth
Shape of the order book.
BookTicker
Best current price on the book for a given BookTicker.symbol
DepthPoint
Data-point for book depth.
DiffBookDepth
Order book price and quantity depth updates used to locally manage an order book pushed every second.
ExchangeInfo
Current exchange trading rules and symbol information
Kline
Kline, commonly known as Candlestick, which packs a lot of trade history information into a single data point.
MiniTicker
Represents data provided by
Symbol
Represents the Symbols contained within ExchangeInfo.symbols
Ticker
Represents data provided by
TickerPrice
Trading pair symbol and its price.
TickerStats
Ticker statistics, usually from the last 24 hours.
Trade
Completed trade on the exchange.
WsAggregatedTrade
See AggregatedTrade
WSBookTicker
WsKline
See Kline