public class CryptsyTxn extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CryptsyTxn.CryptsyTxnType |
| Constructor and Description |
|---|
CryptsyTxn(String currency,
CryptsyTxn.CryptsyTxnType type,
String timeStamp,
String address,
BigDecimal amount,
BigDecimal fee,
String txnId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
BigDecimal |
getAmount() |
String |
getCurrency() |
BigDecimal |
getFee() |
Date |
getTimestamp() |
String |
getTransactionId() |
CryptsyTxn.CryptsyTxnType |
getType() |
String |
toString() |
public CryptsyTxn(String currency, CryptsyTxn.CryptsyTxnType type, String timeStamp, String address, BigDecimal amount, BigDecimal fee, String txnId) throws ParseException
transactionCount - The number of transactionsopenOrders - The open ordersserverTime - The server time (Unix time)rights - The rightsfunds - The fundsParseExceptionpublic String getCurrency()
public CryptsyTxn.CryptsyTxnType getType()
public Date getTimestamp()
public String getAddress()
public BigDecimal getAmount()
public BigDecimal getFee()
public String getTransactionId()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.