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