Package com.longbridge.trade
Class OrderChargeDetail
- java.lang.Object
-
- com.longbridge.trade.OrderChargeDetail
-
public class OrderChargeDetail extends Object
Order charge detail
-
-
Constructor Summary
Constructors Constructor Description OrderChargeDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()Returns the currency.OrderChargeItem[]getItems()Returns the charge item categories.BigDecimalgetTotalAmount()Returns the total charge amount.StringtoString()
-
-
-
Method Detail
-
getTotalAmount
public BigDecimal getTotalAmount()
Returns the total charge amount.- Returns:
- total charge amount
-
getCurrency
public String getCurrency()
Returns the currency.- Returns:
- currency
-
getItems
public OrderChargeItem[] getItems()
Returns the charge item categories.- Returns:
- charge item categories
-
-