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