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