Uses of Class
org.knowm.xchange.binance.dto.account.DepositList.BinanceDeposit
| Package | Description |
|---|---|
| org.knowm.xchange.binance.dto.account | |
| org.knowm.xchange.binance.service |
-
Uses of DepositList.BinanceDeposit in org.knowm.xchange.binance.dto.account
Methods in org.knowm.xchange.binance.dto.account that return types with arguments of type DepositList.BinanceDeposit Modifier and Type Method Description List<DepositList.BinanceDeposit>DepositList. getData()Constructors in org.knowm.xchange.binance.dto.account with parameters of type DepositList.BinanceDeposit Constructor Description DepositList(DepositList.BinanceDeposit[] depositList, boolean success, String msg) -
Uses of DepositList.BinanceDeposit in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type DepositList.BinanceDeposit Modifier and Type Method Description List<DepositList.BinanceDeposit>BinanceAccountServiceRaw. depositHistory(String asset, Long startTime, Long endTime)