public class Trade extends DtoBase implements IEventTime, CurrencyKludge
| 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 |
|---|---|
MtGoxBitcoin |
getAmount() |
long |
getDate() |
long |
getEventTime() |
String |
getItem() |
String |
getPrice_currency() |
MtGoxFiatCurrency |
getPrice() |
String |
getPrimary() |
String |
getProperties() |
String |
getTrade_type() |
String |
getTradeId() |
String |
getType() |
void |
setCurrencyInfo(CurrencyInfo currencyInfo) |
public String getTradeId()
public String getPrimary()
public String getType()
public String getProperties()
public String getItem()
public String getTrade_type()
public long getDate()
public MtGoxBitcoin getAmount()
public MtGoxFiatCurrency getPrice()
public long getEventTime()
getEventTime in interface IEventTimepublic void setCurrencyInfo(CurrencyInfo currencyInfo)
setCurrencyInfo in interface CurrencyKludgepublic String getPrice_currency()
Copyright © 2013. All Rights Reserved.