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 |
|---|---|
MtGoxBitcoin |
getAmount() |
CurrencyInfo |
getCurrencyInfo() |
MtGoxFiatCurrency |
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 MtGoxFiatCurrency getPrice()
public MtGoxBitcoin getAmount()
public long getStamp()
public void setAmount(MtGoxUnitOfCredit amount)
public void setStamp(long stamp)
Copyright © 2013. All Rights Reserved.