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