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
MessageTypesMessage type.
Remarks
Initializes a new instance of the BaseConnectionControlMessage.
Properties
IsResetState
Determines a state should be reset.
public bool IsResetState { get; set; }
Property Value
Methods
CopyTo(BaseConnectionControlMessage)
Copy the message into the destination
.
protected BaseConnectionControlMessage CopyTo(BaseConnectionControlMessage destination)
Parameters
destination
BaseConnectionControlMessageThe object, to which copied information.
Returns
- BaseConnectionControlMessage
The object, to which copied information.
ToString()
public override string ToString()