Package com.longbridge.trade
Class OrderChargeItem
- java.lang.Object
-
- com.longbridge.trade.OrderChargeItem
-
public class OrderChargeItem extends Object
A charge item category in an order charge detail
-
-
Constructor Summary
Constructors Constructor Description OrderChargeItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChargeCategoryCodegetCode()Returns the charge category code.OrderChargeFee[]getFees()Returns the individual fee items in this category.StringgetName()Returns the charge category name.StringtoString()
-
-
-
Method Detail
-
getCode
public ChargeCategoryCode getCode()
Returns the charge category code.- Returns:
- charge category code
-
getName
public String getName()
Returns the charge category name.- Returns:
- charge category name
-
getFees
public OrderChargeFee[] getFees()
Returns the individual fee items in this category.- Returns:
- fee items
-
-