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