| Package | Description |
|---|---|
| com.binance.client | |
| com.binance.client.impl | |
| com.binance.client.model.enums |
| Modifier and Type | Method and Description |
|---|---|
List<CommonLongShortRatio> |
SyncRequestClient.getGlobalAccountRatio(String symbol,
PeriodType period,
Long startTime,
Long endTime,
Long limit)
Long/Short Ratio (MARKET DATA)
|
List<OpenInterestStat> |
SyncRequestClient.getOpenInterestStat(String symbol,
PeriodType period,
Long startTime,
Long endTime,
Long limit)
Open Interest Stat (MARKET DATA)
|
List<TakerLongShortStat> |
SyncRequestClient.getTakerLongShortRatio(String symbol,
PeriodType period,
Long startTime,
Long endTime,
Long limit)
Taker Long/Short Ratio (MARKET DATA)
|
List<CommonLongShortRatio> |
SyncRequestClient.getTopTraderAccountRatio(String symbol,
PeriodType period,
Long startTime,
Long endTime,
Long limit)
Top Trader Long/Short Ratio (Accounts) (MARKET DATA)
|
List<CommonLongShortRatio> |
SyncRequestClient.getTopTraderPositionRatio(String symbol,
PeriodType period,
Long startTime,
Long endTime,
Long limit)
Top Trader Long/Short Ratio (Positions) (MARKET DATA)
|
| Modifier and Type | Method and Description |
|---|---|
List<CommonLongShortRatio> |
SyncRequestImpl.getGlobalAccountRatio(String symbol,
PeriodType period,
Long startTime,
Long endTime,
Long limit) |
List<OpenInterestStat> |
SyncRequestImpl.getOpenInterestStat(String symbol,
PeriodType period,
Long startTime,
Long endTime,
Long limit) |
List<TakerLongShortStat> |
SyncRequestImpl.getTakerLongShortRatio(String symbol,
PeriodType period,
Long startTime,
Long endTime,
Long limit) |
List<CommonLongShortRatio> |
SyncRequestImpl.getTopTraderAccountRatio(String symbol,
PeriodType period,
Long startTime,
Long endTime,
Long limit) |
List<CommonLongShortRatio> |
SyncRequestImpl.getTopTraderPositionRatio(String symbol,
PeriodType period,
Long startTime,
Long endTime,
Long limit) |
| Modifier and Type | Method and Description |
|---|---|
static PeriodType |
PeriodType.lookup(String name) |
static PeriodType |
PeriodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodType[] |
PeriodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.