Uses of Class
com.bybit.api.client.domain.trade.SmpType
-
Packages that use SmpType Package Description com.bybit.api.client.domain.trade com.bybit.api.client.service -
-
Uses of SmpType in com.bybit.api.client.domain.trade
Methods in com.bybit.api.client.domain.trade that return SmpType Modifier and Type Method Description static SmpTypeSmpType. valueOf(String name)Returns the enum constant of this type with the specified name.static SmpType[]SmpType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SmpType in com.bybit.api.client.service
Methods in com.bybit.api.client.service with parameters of type SmpType Modifier and Type Method Description voidSmpTypeSerializer. serialize(SmpType value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
-