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