Enum StandardReasonCodeType

    • Enum Constant Detail

      • A26

        public static final StandardReasonCodeType A26
        The time series has been rejected and replaced with a default time series profile. This reason code may not be used in conjunction with A30.
      • A28

        public static final StandardReasonCodeType A28
        This provides an indication that the time series has not got a counterpart time series. In the case of an Intermediate Confirmation Report this is advising the recipient that the time series may be rejected at nomination closure if the counterpart time series is not received. In the case of a Final Confirmation Report this is informing the recipient that the time series has been rejected because the counterpart time series has not been forthcoming.
      • A30

        public static final StandardReasonCodeType A30
        The nominated party's time series has replaced the current time series. This reason code may not be used in conjunction with A26.
      • A54

        public static final StandardReasonCodeType A54
        The message does not balance out to zero. Market rules might require that the message is rejected.
      • B08

        public static final StandardReasonCodeType B08
        It is not possible to perform the necessary action since the required data for this action is not yet available.
    • Method Detail

      • values

        public static StandardReasonCodeType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (StandardReasonCodeType c : StandardReasonCodeType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static StandardReasonCodeType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • getDescription

        public String getDescription()