Uses of Class
org.knowm.xchange.binance.dto.account.AssetDividendResponse.AssetDividend
| Package | Description |
|---|---|
| org.knowm.xchange.binance.dto.account | |
| org.knowm.xchange.binance.service |
-
Uses of AssetDividendResponse.AssetDividend in org.knowm.xchange.binance.dto.account
Methods in org.knowm.xchange.binance.dto.account that return types with arguments of type AssetDividendResponse.AssetDividend Modifier and Type Method Description List<AssetDividendResponse.AssetDividend>AssetDividendResponse. getData()Constructors in org.knowm.xchange.binance.dto.account with parameters of type AssetDividendResponse.AssetDividend Constructor Description AssetDividendResponse(AssetDividendResponse.AssetDividend[] rows, BigDecimal total) -
Uses of AssetDividendResponse.AssetDividend in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type AssetDividendResponse.AssetDividend Modifier and Type Method Description List<AssetDividendResponse.AssetDividend>BinanceAccountServiceRaw. getAssetDividend(Long startTime, Long endTime)List<AssetDividendResponse.AssetDividend>BinanceAccountServiceRaw. getAssetDividend(String asset, Long startTime, Long endTime)