public class Trade extends DtoBase implements IEventTime
| Constructor and Description |
|---|
Trade(String tid,
String primary,
String price_currency,
String type,
String properties,
String item,
double amount,
double price,
String trade_type,
long date,
long amount_int,
long price_int) |
| Modifier and Type | Method and Description |
|---|---|
MtGoxBitcoinUnit |
getAmount() |
long |
getDate() |
long |
getEventTime() |
String |
getItem() |
MtGoxFiatUnit |
getPrice() |
Currency |
getPriceCurrency() |
String |
getPrimary() |
String |
getProperties() |
String |
getTrade_type() |
String |
getTradeId() |
String |
getType() |
public String getTradeId()
public String getPrimary()
public Currency getPriceCurrency()
public String getType()
public String getProperties()
public String getItem()
public String getTrade_type()
public long getDate()
public MtGoxBitcoinUnit getAmount()
public MtGoxFiatUnit getPrice()
public long getEventTime()
getEventTime in interface IEventTimeCopyright © 2012. All Rights Reserved.