public class BTCEAccountInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BTCEAccountInfo.Rights |
Constructor and Description |
---|
BTCEAccountInfo(int transactionCount,
int openOrders,
long serverTime,
BTCEAccountInfo.Rights rights,
Map<String,BigDecimal> funds)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Map<String,BigDecimal> |
getFunds() |
int |
getOpenOrders() |
BTCEAccountInfo.Rights |
getRights() |
long |
getServerTime() |
int |
getTransactionCount() |
String |
toString() |
public BTCEAccountInfo(int transactionCount, int openOrders, long serverTime, BTCEAccountInfo.Rights rights, Map<String,BigDecimal> funds)
transactionCount
- The number of transactionsopenOrders
- The open ordersserverTime
- The server time (Unix time)rights
- The rightsfunds
- The fundspublic int getTransactionCount()
public int getOpenOrders()
public long getServerTime()
public BTCEAccountInfo.Rights getRights()
public Map<String,BigDecimal> getFunds()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.