Class InvalidInboundLogonException
The inbound Logon message is invalid, so the incoming FIX Connection should be rejected.
Implements
Inherited Members
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class InvalidInboundLogonException : SessionException, ISerializable
Remarks
Constructor.
Constructors
InvalidInboundLogonException(string)
The inbound Logon message is invalid, so the incoming FIX Connection should be rejected.
Declaration
public InvalidInboundLogonException(string reason)
Parameters
Type | Name | Description |
---|---|---|
string | reason | Logon reject reason |
Remarks
Constructor.