Class LogonReplyTimeoutException
After sending the initial Logon message the acknowledgment Logon message has not been received during timeout period.
Implements
Inherited Members
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class LogonReplyTimeoutException : SessionException, ISerializable
Constructors
LogonReplyTimeoutException(string, int)
Constructor.
Declaration
public LogonReplyTimeoutException(string rejectReason, int timeoutMilliseconds)
Parameters
Type | Name | Description |
---|---|---|
string | rejectReason | timeout details. |
int | timeoutMilliseconds | timeout in milliseconds. |
Properties
Timeout
Returns timeout in milliseconds.
Declaration
public int Timeout { get; }
Property Value
Type | Description |
---|---|
int | timeout in milliseconds. |