Class StudioMessage
- Namespace
- StockSharp.Studio.IPC
- Assembly
- StockSharp.Studio.IPC.dll
Base IPC message.
public abstract class StudioMessage : IPersistable
- Inheritance
-
StudioMessage
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
StudioMessage()
Create instance.
protected StudioMessage()
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()