Table of Contents

Class AstsFastDialect.Config

Namespace
StockSharp.Fix.Dialects.Moex.Asts
Assembly
StockSharp.FAST.dll

Configuration.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class AstsFastDialect.Config : IPersistable
Inheritance
AstsFastDialect.Config
Implements
Inherited Members
Extension Methods

Constructors

Config()

public Config()

Properties

Instruments

Securities.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Securities", Description = "SecuritiesDot", GroupName = "General", Order = 3)]
public UdpFeedGroup Instruments { get; }

Property Value

UdpFeedGroup

InstrumentsStatus

Status.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Status", Description = "StatusDot", GroupName = "General", Order = 4)]
public UdpFeedGroup InstrumentsStatus { get; }

Property Value

UdpFeedGroup

Orders

Orders.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Orders", Description = "OrdersDot", GroupName = "General", Order = 1)]
public UdpFeedGroup Orders { get; }

Property Value

UdpFeedGroup

Statistics

Statistics.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Statistics", Description = "StatisticsDot", GroupName = "General", Order = 0)]
public UdpFeedGroup Statistics { get; }

Property Value

UdpFeedGroup

Trades

Trades.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Trades", Description = "TradesDot", GroupName = "General", Order = 2)]
public UdpFeedGroup Trades { get; }

Property Value

UdpFeedGroup

Methods

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.