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