ReConnectionSettings Class |
Namespace: StockSharp.Messages
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class ReConnectionSettings : IPersistable
The ReConnectionSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | ReConnectionSettings |
Initializes a new instance of the ReConnectionSettings.
|
Name | Description | |
---|---|---|
![]() | AttemptCount |
The number of attempts to establish the initial connection, if it has not been established (timeout, network failure, etc.). The default value is 0. To establish infinite number uses -1.
|
![]() | Interval |
The interval at which attempts will establish a connection. The default value is 10 seconds.
|
![]() | ReAttemptCount |
The number of attempts to reconnect if the connection was lost during the operation. The default value is 100. To establish infinite number uses -1.
|
![]() | TimeOutInterval |
Timeout successful connection / disconnection. If the value is Zero, the monitoring is performed. The default value is 30 seconds.
|
![]() | WorkingTime |
Schedule, during which it is necessary to make the connection. For example, there is no need to track connection when trading on the exchange finished.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load |
Load settings.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save |
Save settings.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |