Table of Contents

Class ConnectionLostMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Message indicating that the connection was lost and reconnection is in progress.

[DataContract]
public class ConnectionLostMessage : BaseConnectionControlMessage, IMessage, ILocalTimeMessage, ICloneable, IServerTimeMessage
Inheritance
ConnectionLostMessage
Implements
Inherited Members
Extension Methods

Remarks

Uses when the underlying IMessageAdapter controls the connection itself.

Constructors

ConnectionLostMessage()

Initializes a new instance of the ConnectionLostMessage.

public ConnectionLostMessage()

Methods

Clone()

Create a copy of ConnectionLostMessage.

public override Message Clone()

Returns

Message

Copy.