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