| Package | Description |
|---|---|
| com.binance.client | |
| com.binance.client.impl | |
| com.binance.client.impl.utils | |
| com.binance.client.model.enums |
| Modifier and Type | Method and Description |
|---|---|
List<Candlestick> |
SyncRequestClient.getCandlestick(String symbol,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit)
Get kline/candlestick bars for a symbol.
|
List<Candlestick> |
SyncRequestClient.getContinuousCandlesticks(String pair,
ContractType contractType,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit)
Get Kline/candlestick bars for a specific contract type.
|
List<Candlestick> |
SyncRequestClient.getIndexPriceCandlesticks(String pair,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit)
Get Kline/candlestick bars for the index price of a pair.
|
List<Candlestick> |
SyncRequestClient.getMarkPriceCandlesticks(String pair,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit)
Get Kline/candlestick bars for the mark price of a symbol.
|
void |
SubscriptionClient.subscribeCandlestickEvent(String symbol,
CandlestickInterval interval,
SubscriptionListener<CandlestickEvent> callback,
SubscriptionErrorHandler errorHandler)
Subscribe candlestick event.
|
| Modifier and Type | Method and Description |
|---|---|
List<Candlestick> |
SyncRequestImpl.getCandlestick(String symbol,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit) |
List<Candlestick> |
SyncRequestImpl.getContinuousCandlesticks(String pair,
ContractType contractType,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit) |
List<Candlestick> |
SyncRequestImpl.getIndexPriceCandlesticks(String pair,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit) |
List<Candlestick> |
SyncRequestImpl.getMarkPriceCandlesticks(String pair,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit) |
void |
WebSocketStreamClientImpl.subscribeCandlestickEvent(String symbol,
CandlestickInterval interval,
SubscriptionListener<CandlestickEvent> subscriptionListener,
SubscriptionErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Channels.candlestickChannel(String symbol,
CandlestickInterval interval) |
| Modifier and Type | Method and Description |
|---|---|
static CandlestickInterval |
CandlestickInterval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CandlestickInterval[] |
CandlestickInterval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.