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