public class OrderFeeData extends Object
| Constructor and Description | 
|---|
OrderFeeData(BigDecimal fee,
            long orderId,
            String type)  | 
| Modifier and Type | Method and Description | 
|---|---|
BigDecimal | 
getFee()  | 
long | 
getOrderId()  | 
String | 
getType()  | 
String | 
toString()  | 
public OrderFeeData(BigDecimal fee, long orderId, String type)
public BigDecimal getFee()
public long getOrderId()
public String getType()
Copyright © 2013–2017. All rights reserved.