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