Uses of Enum Class
com.bloomberglp.blpapi.SubscriptionPreprocessError.Code
-
Uses of SubscriptionPreprocessError.Code in com.bloomberglp.blpapi
Modifier and TypeFieldDescriptionSubscriptionPreprocessError.code
TheSubscriptionPreprocessError.Code
of the error.Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SubscriptionPreprocessError.Code[]
SubscriptionPreprocessError.Code.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSubscriptionPreprocessError
(CorrelationID correlationId, String subscriptionString, SubscriptionPreprocessError.Code code, String description) Creates a newSubscriptionPreprocessError
.