| Package | Description |
|---|---|
| com.binance.client | |
| com.binance.client.impl | |
| com.binance.client.model.enums |
| Modifier and Type | Method and Description |
|---|---|
List<Income> |
SyncRequestClient.getIncomeHistory(String symbol,
IncomeType incomeType,
Long startTime,
Long endTime,
Integer limit)
Get income history.
|
| Modifier and Type | Method and Description |
|---|---|
List<Income> |
SyncRequestImpl.getIncomeHistory(String symbol,
IncomeType incomeType,
Long startTime,
Long endTime,
Integer limit) |
| Modifier and Type | Method and Description |
|---|---|
static IncomeType |
IncomeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncomeType[] |
IncomeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.