Enum Class SystemTextMessageType

java.lang.Object
java.lang.Enum<SystemTextMessageType>
velox.api.layer1.data.SystemTextMessageType
All Implemented Interfaces:
Serializable, Comparable<SystemTextMessageType>, Constable

public enum SystemTextMessageType extends Enum<SystemTextMessageType>
  • Enum Constant Details

    • UNCLASSIFIED

      public static final SystemTextMessageType UNCLASSIFIED
      Message not falling into other categories. Better show it to user.
    • ORDER_FAILURE

      public static final SystemTextMessageType ORDER_FAILURE
      Rejection/modification error/etc.
    • SUBSCRIPTION_LIMIT

      public static final SystemTextMessageType SUBSCRIPTION_LIMIT
      Subscription limit reached
  • Method Details

    • values

      public static SystemTextMessageType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SystemTextMessageType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null