public class CryptsyTransfers extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CryptsyTransfers.CryptsyTrfDirection |
Constructor and Description |
---|
CryptsyTransfers(String currency,
String req_timeStamp,
int processed,
String proc_timeStamp,
String from,
String to,
BigDecimal quantity,
CryptsyTransfers.CryptsyTrfDirection direction)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCurrency() |
String |
getOriginator() |
Boolean |
getProcessedBoolean() |
Date |
getProcessedTimestamp() |
BigDecimal |
getQuantity() |
String |
getRecipient() |
Date |
getRequestTimestamp() |
CryptsyTransfers.CryptsyTrfDirection |
getTransferDirection() |
String |
toString() |
public CryptsyTransfers(String currency, String req_timeStamp, int processed, String proc_timeStamp, String from, String to, BigDecimal quantity, CryptsyTransfers.CryptsyTrfDirection direction) throws ParseException
transactionCount
- The number of transactionsopenOrders
- The open ordersserverTime
- The server time (Unix time)rights
- The rightsfunds
- The fundsParseException
public String getCurrency()
public Date getRequestTimestamp()
public Boolean getProcessedBoolean()
public Date getProcessedTimestamp()
public String getOriginator()
public String getRecipient()
public BigDecimal getQuantity()
public CryptsyTransfers.CryptsyTrfDirection getTransferDirection()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.