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