Class IncorrectCheckSumException
The message checksum is incorrect.
Implements
Inherited Members
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class IncorrectCheckSumException : ParserException, ISerializable
Constructors
IncorrectCheckSumException(string, string, int, string)
The message checksum is incorrect.
Declaration
public IncorrectCheckSumException(string declaredCheckSum, string realCheckSum, int seqNum, string msgType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | declaredCheckSum | |
| string | realCheckSum | |
| int | seqNum | |
| string | msgType |