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