All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.RejectionReason5Code Maven / Gradle / Ivy


package com.prowidesoftware.swift.model.mx.dic;

import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for RejectionReason5Code. * *

The following schema fragment specifies the expected content contained within this class. *

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "RejectionReason5Code") @XmlEnum public enum RejectionReason5Code { /** * Exchange on which the financial instrument is traded is closed. * */ EXCL, /** * Financial instrument's symbol has not been recognized. * */ UKWN, /** * Countervalue of the order exceeds the allowed trading limit or quote exceeds limit. * */ EXLI, /** * Request has exceeded the allowed time frame. * */ TOLA, /** * Price does not comply with the financial instrument's characteristics. * */ INPR, /** * Unrecognised or invalid instructed quantity. * */ DQUA, /** * Agreement start date is missing or invalid. * */ ASTM, /** * Unrecognised or invalid transaction call delay. * */ CADE, /** * Unrecognised or invalid cash account. * */ CASH, /** * Unrecognised or invalid deal price. * */ DDEA, /** * Unrecognised or invalid forfeit amount. * */ FORF, /** * Unrecognised or invalid delivering custodian. * */ DCUS, /** * Unrecognised or invalid receiving agent. * */ RCUS, /** * Cancellation request has been rejected since the instruction could not be found. * */ NRGN, /** * Quantity unit type is not provided. * */ QUNP, /** * Unrecognised or invalid termination transaction amount. * */ REPA, /** * Unrecognised or invalid repurchase rate. * */ REPO, /** * Unrecognised or invalid premium amount. * */ REPP, /** * Unrecognised or invalid repurchase rate type. * */ RERT, /** * Unrecognised or invalid spread rate. * */ RSPR, /** * Unrecognised or invalid trade date or requested trade date or future trade date. * */ DTRD, /** * Receiving agent is not recognised or is invalid. * */ IVAG, /** * Intermediary is not recognised or is invalid. * */ INTE, /** * Delivering agent is not recognised or is invalid. * */ ICAG, /** * Unrecognised or invalid place of trade. * */ PLCE, /** * Investor name and address is not recognised. * */ INUK, /** * Cancellation request was rejected since the instruction has already been cancelled. * */ DCAN, /** * Cancellation request has been rejected because the instruction process is in progress or has been processed. * */ DPRG, /** * Instruction contains an invalid message reference, reference is unknown. * */ ULNK; public String value() { return name(); } public static RejectionReason5Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy