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