public class TradeResult extends DtoBase
| Constructor and Description |
|---|
TradeResult(String trade_id,
String primary,
String currency,
String type,
String properties,
String item,
TickerPrice amount,
TickerPrice price,
TickerPrice spent,
String date) |
| Modifier and Type | Method and Description |
|---|---|
TickerPrice |
getAmount() |
Currency |
getCurrency() |
String |
getDate() |
String |
getItem() |
TickerPrice |
getPrice() |
String |
getPrimary() |
String |
getProperties() |
TickerPrice |
getSpent() |
String |
getTradeId() |
String |
getType() |
public TradeResult(String trade_id, String primary, String currency, String type, String properties, String item, TickerPrice amount, TickerPrice price, TickerPrice spent, String date)
public String getTradeId()
public String getPrimary()
public Currency getCurrency()
public String getType()
public String getProperties()
public String getItem()
public TickerPrice getAmount()
public TickerPrice getPrice()
public TickerPrice getSpent()
public String getDate()
Copyright © 2012. All Rights Reserved.