| Package | Description |
|---|---|
| com.binance.client | |
| com.binance.client.impl | |
| com.binance.client.model.enums |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Candlestick> |
SyncRequestImpl.getContinuousCandlesticks(String pair,
ContractType contractType,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit) |
| Modifier and Type | Method and Description |
|---|---|
static ContractType |
ContractType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContractType[] |
ContractType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.