public class OrderResult extends DtoBase implements CurrencyKludge
| Constructor and Description |
|---|
OrderResult(java.lang.String order_id,
TradeResult[] trades,
TickerPrice total_amount,
TickerPrice total_spent,
TickerPrice avg_cost) |
| Modifier and Type | Method and Description |
|---|---|
TickerPrice |
getAvgCost() |
java.lang.String |
getOrderId() |
TickerPrice |
getTotalAmount() |
TickerPrice |
getTotalSpent() |
TradeResult[] |
getTrades() |
void |
setCurrencyInfo(CurrencyInfo currencyInfo) |
public OrderResult(java.lang.String order_id,
TradeResult[] trades,
TickerPrice total_amount,
TickerPrice total_spent,
TickerPrice avg_cost)
public void setCurrencyInfo(CurrencyInfo currencyInfo)
setCurrencyInfo in interface CurrencyKludgepublic java.lang.String getOrderId()
public TradeResult[] getTrades()
public TickerPrice getTotalAmount()
public TickerPrice getTotalSpent()
public TickerPrice getAvgCost()
Copyright © 2013. All Rights Reserved.