public class PoloniexCurrencyInfo extends Object
Constructor and Description |
---|
PoloniexCurrencyInfo(BigDecimal maxDailyWithdrawal,
BigDecimal txFee,
int minConf,
boolean disabled) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getMaxDailyWithdrawal() |
int |
getMinConf() |
BigDecimal |
getTxFee() |
boolean |
isDisabled() |
String |
toString() |
public PoloniexCurrencyInfo(BigDecimal maxDailyWithdrawal, BigDecimal txFee, int minConf, boolean disabled)
public BigDecimal getMaxDailyWithdrawal()
public BigDecimal getTxFee()
public int getMinConf()
public boolean isDisabled()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.