Class InstallerMessage
- Namespace
- StockSharp.Installer.IPC
- Assembly
- StockSharp.Installer.IPC.dll
Base installer message.
public abstract class InstallerMessage : IPersistable
- Inheritance
-
InstallerMessage
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
InstallerMessage()
Create instance.
protected InstallerMessage()
Properties
From
Product id of message senders product.
public long From { get; }
Property Value
Methods
Load(SettingsStorage)
Loads the state of the object from the specified SettingsStorage.
public virtual void Load(SettingsStorage ss)
Parameters
Save(SettingsStorage)
Saves the state of the object to the specified SettingsStorage.
public virtual void Save(SettingsStorage ss)
Parameters
ToString()
public override string ToString()