Uses of Class
com.bybit.api.client.domain.market.InstrumentStatus
-
Packages that use InstrumentStatus Package Description com.bybit.api.client.domain.market -
-
Uses of InstrumentStatus in com.bybit.api.client.domain.market
Methods in com.bybit.api.client.domain.market that return InstrumentStatus Modifier and Type Method Description static InstrumentStatusInstrumentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InstrumentStatus[]InstrumentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-