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