Uses of Class
com.longport.trade.ChargeCategoryCode
-
Packages that use ChargeCategoryCode Package Description com.longport.trade -
-
Uses of ChargeCategoryCode in com.longport.trade
Methods in com.longport.trade that return ChargeCategoryCode Modifier and Type Method Description ChargeCategoryCode
OrderChargeItem. getCode()
static ChargeCategoryCode
ChargeCategoryCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChargeCategoryCode[]
ChargeCategoryCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-