Class AstsFastDialect.Config
Configuration.
Implements
Ecng.Serialization.IPersistable
Inherited Members
Namespace: StockSharp.Fix.Dialects.Moex.Asts
Assembly: StockSharp.Fix.dll
Syntax
public class Config : IPersistable
Constructors
Config()
Declaration
public Config()
Properties
Instruments
Securities.
Declaration
public FastFeedGroup Instruments { get; }
Property Value
Type | Description |
---|---|
FastFeedGroup |
InstrumentsStatus
Status.
Declaration
public FastFeedGroup InstrumentsStatus { get; }
Property Value
Type | Description |
---|---|
FastFeedGroup |
Orders
Orders.
Declaration
public FastFeedGroup Orders { get; }
Property Value
Type | Description |
---|---|
FastFeedGroup |
Statistics
Statistics.
Declaration
public FastFeedGroup Statistics { get; }
Property Value
Type | Description |
---|---|
FastFeedGroup |
Trades
Trades.
Declaration
public FastFeedGroup Trades { get; }
Property Value
Type | Description |
---|---|
FastFeedGroup |
Methods
Load(SettingsStorage)
Загрузить настройки.
Declaration
public void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Save(SettingsStorage)
Сохранить настройки.
Declaration
public void Save(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Implements
Ecng.Serialization.IPersistable