Table of Contents

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

long

Methods

Load(SettingsStorage)

Loads the state of the object from the specified SettingsStorage.

public virtual void Load(SettingsStorage ss)

Parameters

ss SettingsStorage

Save(SettingsStorage)

Saves the state of the object to the specified SettingsStorage.

public virtual void Save(SettingsStorage ss)

Parameters

ss SettingsStorage

ToString()

public override string ToString()

Returns

string