Uses of Class
com.bybit.api.client.domain.institution.OperateType
-
Packages that use OperateType Package Description com.bybit.api.client.domain.institution -
-
Uses of OperateType in com.bybit.api.client.domain.institution
Methods in com.bybit.api.client.domain.institution that return OperateType Modifier and Type Method Description static OperateTypeOperateType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperateType[]OperateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-