| Constructor and Description |
|---|
Offer(double price,
double amount,
long price_int,
long amount_int,
long stamp) |
Offer(long price_int,
MtGoxBitcoinUnit amount,
long stamp,
Currency currency) |
| Modifier and Type | Method and Description |
|---|---|
MtGoxBitcoinUnit |
getAmount() |
Currency |
getCurrency() |
MtGoxFiatUnit |
getPrice() |
long |
getStamp() |
void |
setAmount(MtGoxBitcoinUnit amount) |
void |
setStamp(long stamp) |
public Offer(long price_int,
MtGoxBitcoinUnit amount,
long stamp,
Currency currency)
public Offer(double price,
double amount,
long price_int,
long amount_int,
long stamp)
public Currency getCurrency()
public MtGoxFiatUnit getPrice()
public MtGoxBitcoinUnit getAmount()
public long getStamp()
public void setAmount(MtGoxBitcoinUnit amount)
amount - the amount to setpublic void setStamp(long stamp)
stamp - the stamp to setCopyright © 2012. All Rights Reserved.