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