| Package | Description |
|---|---|
| com.binance.client | |
| com.binance.client.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionClient.subscribeAllLiquidationOrderEvent(SubscriptionListener<LiquidationOrderEvent> callback,
SubscriptionErrorHandler errorHandler)
Subscribe all market book tickers event.
|
void |
SubscriptionClient.subscribeSymbolLiquidationOrderEvent(String symbol,
SubscriptionListener<LiquidationOrderEvent> callback,
SubscriptionErrorHandler errorHandler)
Subscribe individual symbol book ticker event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketStreamClientImpl.subscribeAllLiquidationOrderEvent(SubscriptionListener<LiquidationOrderEvent> subscriptionListener,
SubscriptionErrorHandler errorHandler) |
void |
WebSocketStreamClientImpl.subscribeSymbolLiquidationOrderEvent(String symbol,
SubscriptionListener<LiquidationOrderEvent> subscriptionListener,
SubscriptionErrorHandler errorHandler) |
Copyright © 2021. All rights reserved.