Class PoloniexWithdrawal
- java.lang.Object
-
- org.knowm.xchange.poloniex.dto.trade.PoloniexWithdrawal
-
public class PoloniexWithdrawal extends Object
-
-
Constructor Summary
Constructors Constructor Description PoloniexWithdrawal(long withdrawalNumber, String currency, String address, BigDecimal amount, BigDecimal fee, long timestamp, String status, String ipAddress, String paymentID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()BigDecimalgetAmount()StringgetCurrency()BigDecimalgetFee()StringgetIpAddress()StringgetPaymentID()StringgetStatus()DategetTimestamp()longgetWithdrawalNumber()StringtoString()
-
-
-
Constructor Detail
-
PoloniexWithdrawal
public PoloniexWithdrawal(long withdrawalNumber, String currency, String address, BigDecimal amount, BigDecimal fee, long timestamp, String status, String ipAddress, String paymentID)
-
-
Method Detail
-
getWithdrawalNumber
public long getWithdrawalNumber()
-
getCurrency
public String getCurrency()
-
getAddress
public String getAddress()
-
getAmount
public BigDecimal getAmount()
-
getFee
public BigDecimal getFee()
-
getTimestamp
public Date getTimestamp()
-
getStatus
public String getStatus()
-
getIpAddress
public String getIpAddress()
-
getPaymentID
public String getPaymentID()
-
-