Table of Contents

Class BaseConnectionControlMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Base class for messages controlling the connection.

public abstract class BaseConnectionControlMessage : Message, IMessage, ILocalTimeMessage, ICloneable, IServerTimeMessage
Inheritance
BaseConnectionControlMessage
Implements
Derived
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the BaseConnectionControlMessage.

Constructors

BaseConnectionControlMessage(MessageTypes)

Base class for messages controlling the connection.

protected BaseConnectionControlMessage(MessageTypes type)

Parameters

type MessageTypes

Message type.

Remarks

Initializes a new instance of the BaseConnectionControlMessage.

Properties

IsResetState

Determines a state should be reset.

public bool IsResetState { get; set; }

Property Value

bool

Methods

CopyTo(BaseConnectionControlMessage)

Copy the message into the destination.

protected BaseConnectionControlMessage CopyTo(BaseConnectionControlMessage destination)

Parameters

destination BaseConnectionControlMessage

The object, to which copied information.

Returns

BaseConnectionControlMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string