Package com.longbridge.trade
Class OrderChargeFee
- java.lang.Object
-
- com.longbridge.trade.OrderChargeFee
-
public class OrderChargeFee extends Object
A single fee item in an order charge
-
-
Constructor Summary
Constructors Constructor Description OrderChargeFee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()Returns the fee amount.StringgetCode()Returns the fee code.StringgetCurrency()Returns the currency.StringgetName()Returns the fee name.StringtoString()
-
-
-
Method Detail
-
getCode
public String getCode()
Returns the fee code.- Returns:
- fee code
-
getName
public String getName()
Returns the fee name.- Returns:
- fee name
-
getAmount
public BigDecimal getAmount()
Returns the fee amount.- Returns:
- fee amount
-
getCurrency
public String getCurrency()
Returns the currency.- Returns:
- currency
-
-