Class PoloniexDeposit
- java.lang.Object
-
- org.knowm.xchange.poloniex.dto.trade.PoloniexDeposit
-
public class PoloniexDeposit extends Object
-
-
Constructor Summary
Constructors Constructor Description PoloniexDeposit(String currency, String address, BigDecimal amount, int confirmations, String txid, long timestamp, String status, long depositNumber, String category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()BigDecimalgetAmount()StringgetCategory()intgetConfirmations()StringgetCurrency()longgetDepositNumber()StringgetStatus()DategetTimestamp()StringgetTxid()StringtoString()
-
-
-
Method Detail
-
getCurrency
public String getCurrency()
-
getAddress
public String getAddress()
-
getAmount
public BigDecimal getAmount()
-
getConfirmations
public int getConfirmations()
-
getTxid
public String getTxid()
-
getTimestamp
public Date getTimestamp()
-
getStatus
public String getStatus()
-
getDepositNumber
public long getDepositNumber()
-
getCategory
public String getCategory()
-
-