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