public class OrderResult extends Object
| Constructor and Description |
|---|
OrderResult(String order_id,
Trade[] trades,
TickerPrice total_amount,
TickerPrice total_spent,
TickerPrice avg_cost) |
| Modifier and Type | Method and Description |
|---|---|
TickerPrice |
getAvgCost() |
String |
getOrderId() |
TickerPrice |
getTotalAmount() |
TickerPrice |
getTotalSpent() |
Trade[] |
getTrades() |
public OrderResult(String order_id, Trade[] trades, TickerPrice total_amount, TickerPrice total_spent, TickerPrice avg_cost)
public String getOrderId()
public Trade[] getTrades()
public TickerPrice getTotalAmount()
public TickerPrice getTotalSpent()
public TickerPrice getAvgCost()
Copyright © 2012. All Rights Reserved.