public final class ANXOrderResult extends Object
Constructor and Description |
---|
ANXOrderResult(ANXValue avgCost,
String orderId,
ANXValue totalAmount,
ANXValue totalSpent,
ANXOrderResultTrade[] trades)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ANXValue |
getAvgCost() |
String |
getOrderId() |
ANXValue |
getTotalAmount() |
ANXValue |
getTotalSpent() |
ANXOrderResultTrade[] |
getTrades() |
String |
toString() |
public ANXOrderResult(ANXValue avgCost, String orderId, ANXValue totalAmount, ANXValue totalSpent, ANXOrderResultTrade[] trades)
avgCost
- orderId
- totalAmount
- totalSpent
- trades
- public ANXValue getAvgCost()
public String getOrderId()
public ANXValue getTotalAmount()
public ANXValue getTotalSpent()
public ANXOrderResultTrade[] getTrades()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.