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