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
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
Config()
public Config()
Properties
Instruments
Securities.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Securities", Description = "SecuritiesDot", GroupName = "General", Order = 3)]
public FastFeedGroup Instruments { get; }
Property Value
InstrumentsStatus
Status.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Status", Description = "StatusDot", GroupName = "General", Order = 4)]
public FastFeedGroup InstrumentsStatus { get; }
Property Value
Orders
Orders.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Orders", Description = "OrdersDot", GroupName = "General", Order = 1)]
public FastFeedGroup Orders { get; }
Property Value
Statistics
Statistics.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Statistics", Description = "StatisticsDot", GroupName = "General", Order = 0)]
public FastFeedGroup Statistics { get; }
Property Value
Trades
Trades.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Trades", Description = "TradesDot", GroupName = "General", Order = 2)]
public FastFeedGroup Trades { get; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.