Class TagSpecifiedOutOfRequiredOrderException
The tag is out of order.
Implements
Inherited Members
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class TagSpecifiedOutOfRequiredOrderException : ParserException, ISerializable
Constructors
TagSpecifiedOutOfRequiredOrderException(string, int, IMessage)
Constructor.
Declaration
public TagSpecifiedOutOfRequiredOrderException(string reason, int refTag, IMessage message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | reason | |
| int | refTag | |
| IMessage | message |
TagSpecifiedOutOfRequiredOrderException(string, int, ReadOnlySpan<byte>)
Constructor.
Declaration
public TagSpecifiedOutOfRequiredOrderException(string reason, int refTag, ReadOnlySpan<byte> rawMessage)
Parameters
| Type | Name | Description |
|---|---|---|
| string | reason | |
| int | refTag | |
| ReadOnlySpan<byte> | rawMessage |