Enum ParserException.RejectReason
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public enum ParserException.RejectReason
Fields
Name | Description |
---|---|
DecryptionProblem | Decryption problem is detected. |
IncorrectDataFormatForValue | Incorrect data format for the value. |
InvalidApplicationVersion | Invalid application version is detected. |
InvalidCompID | InvalidCompID is detected. |
InvalidMsgType | Invalid message type is detected. |
InvalidTagNumber | Invalid tag number. |
MessageIsUnknown | Unknown message type is detected. |
NonDataValueIncludesFieldDelimiter | Non data value includes field delimiter. |
NotSet | NotSet. |
NumInGroupValueIsIncorrect | NumInGroup value is incorrect. |
Other | Other. |
RepeatingGroupFieldsOutOfOrder | Repeating group fields oOut of order. |
SendingTimeAccuracyProblem | Sending time accuracy problem is detected. |
SignatureProblem | Signature problem is detected. |
TagAppearsMoreThanOnce | Tag appears more than once. |
TagHasNoValue | Tag has no value. |
TagIsMissing | Tag is missing. |
TagIsOutOfOrder | Tag is out of order. |
TagNotDefined | Tag is not defined. |
TagValueIsIncorrect | Tag value is incorrect. |
UndefinedTag | Undefined Tag is detected. |
XMLValidationError | XML validation error is detected. |