public class Wallet extends DtoBase implements CurrencyKludge
| Constructor and Description |
|---|
Wallet(MtGoxPrice balance,
long operations,
MtGoxPrice dailyWithdrawLimit,
MtGoxPrice monthlyWithdrawLimit,
MtGoxPrice maxWithdraw,
MtGoxPrice openOrders) |
| Modifier and Type | Method and Description |
|---|---|
MtGoxUnitOfCredit |
getBalance() |
CurrencyInfo |
getCurrencyInfo() |
MtGoxPrice |
getDailyWithdrawLimit() |
MtGoxPrice |
getMaxWithdraw() |
MtGoxPrice |
getMonthlyWithdrawLimit() |
MtGoxPrice |
getOpenOrders() |
long |
getOperations() |
void |
setCurrencyInfo(CurrencyInfo currencyInfo) |
public Wallet(MtGoxPrice balance, long operations, MtGoxPrice dailyWithdrawLimit, MtGoxPrice monthlyWithdrawLimit, MtGoxPrice maxWithdraw, MtGoxPrice openOrders)
public CurrencyInfo getCurrencyInfo()
public void setCurrencyInfo(CurrencyInfo currencyInfo)
setCurrencyInfo in interface CurrencyKludgepublic MtGoxUnitOfCredit getBalance()
public long getOperations()
public MtGoxPrice getDailyWithdrawLimit()
public MtGoxPrice getMonthlyWithdrawLimit()
public MtGoxPrice getMaxWithdraw()
public MtGoxPrice getOpenOrders()
Copyright © 2013. All Rights Reserved.