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