Table of Contents

Class MsgShowAvailable

Namespace
StockSharp.Installer.IPC
Assembly
StockSharp.Installer.IPC.dll

Message from app to show available content.

public class MsgShowAvailable : InstallerMessage, IPersistable
Inheritance
MsgShowAvailable
Implements
Derived
Inherited Members
Extension Methods

Constructors

MsgShowAvailable()

public MsgShowAvailable()

Properties

FilterByGroups

Filter by StockSharp.Web.DomainModel.ProductGroup.

public long[] FilterByGroups { get; set; }

Property Value

long[]

Methods

Load(SettingsStorage)

Loads the state of the object from the specified SettingsStorage.

public override void Load(SettingsStorage ss)

Parameters

ss SettingsStorage

Save(SettingsStorage)

Saves the state of the object to the specified SettingsStorage.

public override void Save(SettingsStorage ss)

Parameters

ss SettingsStorage

ToString()

public override string ToString()

Returns

string