Method and Description |
---|
com.xeiam.xchange.dto.account.AccountInfo.getBalance(String)
Use
AccountInfo.getWallet(String) instead. |
com.xeiam.xchange.dto.trade.Wallet.getDescription() |
com.xeiam.xchange.service.polling.BasePollingService.getExchangeSymbols() |
com.xeiam.xchange.service.polling.trade.PollingTradeService.getTradeHistory(Object...) |
com.xeiam.xchange.lakebtc.LakeBTCUtil.truncateAmount(BigDecimal)
scales of BTCCNY, LTCCNY, LTCBTC are different.
|
Constructor and Description |
---|
com.xeiam.xchange.dto.account.AccountInfo(String, BigDecimal, List<Wallet>)
Use
AccountInfo.AccountInfo(String, BigDecimal, Map) instead, this constructor will be deleted in XChange 4.0.0. |
com.xeiam.xchange.dto.account.AccountInfo(String, List<Wallet>)
Use
AccountInfo.AccountInfo(String, Map) instead, this constructor will be deleted in XChange 4.0.0. |
com.xeiam.xchange.dto.trade.Wallet(String, BigDecimal, BigDecimal, BigDecimal, String) |
com.xeiam.xchange.dto.trade.Wallet(String, BigDecimal, BigDecimal, String) |
com.xeiam.xchange.dto.trade.Wallet(String, BigDecimal, String) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.