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
Save(SettingsStorage)
Saves the state of the object to the specified SettingsStorage.
public override void Save(SettingsStorage ss)
Parameters
ToString()
public override string ToString()