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