Class AstsFastDialect
- Namespace
- StockSharp.Fix.Dialects.Moex.Asts
- Assembly
- StockSharp.FAST.dll
ASTS FAST dialect.
[MediaIcon("Moex_logo.svg")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Asts", GroupName = "Russia")]
public class AstsFastDialect : BaseFastDialect, IFastDialect, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable
- Inheritance
-
AstsFastDialect
- Implements
-
ICloneable<IMessageChannel>IPersistable
- Inherited Members
- Extension Methods
Constructors
AstsFastDialect()
Initializes a new instance of the AstsFastDialect.
public AstsFastDialect()
Properties
Curr
Currency market.
[Display(ResourceType = typeof(LocalizedStrings), Name = "CurrencyMarket", Description = "CurrencyMarketDot", GroupName = "General", Order = 0)]
public AstsFastDialect.Config Curr { get; }
Property Value
FeatureName
Feature name.
public override string FeatureName { get; }
Property Value
Fond
Fond market.
[Display(ResourceType = typeof(LocalizedStrings), Name = "FondMarket", Description = "FondMarketDot", GroupName = "General", Order = 1)]
public AstsFastDialect.Config Fond { get; }
Property Value
SupportedMarketDataTypes
Supported by adapter market data types.
public override IEnumerable<DataType> SupportedMarketDataTypes { get; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
LoadSettingsFromFile(string)
Load settings from specified file.
public override void LoadSettingsFromFile(string settingsFile)
Parameters
settingsFile
stringSettings file.
Save(SettingsStorage)
Save settings.
public override void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
SendInMessage(Message)
Send message.
public override bool SendInMessage(Message message)
Parameters
message
MessageMessage.