public class Offer extends DtoBase implements CurrencyKludge
| Modifier and Type | Field and Description |
|---|---|
protected CurrencyInfo |
currencyInfo |
| Constructor and Description |
|---|
Offer(double price,
double amount,
long price_int,
long amount_int,
long stamp) |
| Modifier and Type | Method and Description |
|---|---|
MtGoxUnitOfCredit |
getAmount() |
CurrencyInfo |
getCurrencyInfo() |
MtGoxUnitOfCredit |
getPrice() |
long |
getStamp() |
void |
setAmount(MtGoxUnitOfCredit amount) |
void |
setCurrencyInfo(CurrencyInfo currencyInfo) |
void |
setStamp(long stamp) |
protected CurrencyInfo currencyInfo
public Offer(double price,
double amount,
long price_int,
long amount_int,
long stamp)
public CurrencyInfo getCurrencyInfo()
public void setCurrencyInfo(CurrencyInfo currencyInfo)
setCurrencyInfo in interface CurrencyKludgepublic MtGoxUnitOfCredit getPrice()
public MtGoxUnitOfCredit getAmount()
public long getStamp()
public void setAmount(MtGoxUnitOfCredit amount)
amount - the amount to setpublic void setStamp(long stamp)
stamp - the stamp to setCopyright © 2013. All Rights Reserved.