Interface IFastDialect
Интерфейс, описывающий диалект FAST протокола.
Inherited Members
Namespace: StockSharp.Fix.Dialects
Assembly: StockSharp.Fix.Core.dll
Syntax
public interface IFastDialect : IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable
Properties
Feeds
Feeds.
Declaration
IList<IFastNetworkFeed> Feeds { get; }
Property Value
Type | Description |
---|---|
IList<IFastNetworkFeed> |
Login
Login.
Declaration
string Login { get; set; }
Property Value
Type | Description |
---|---|
String |
Password
Password.
Declaration
SecureString Password { get; set; }
Property Value
Type | Description |
---|---|
SecureString |
Methods
Dump(IDictionary<MulticastSourceAddress, IEnumerable<Stream>>)
Протестировать дамп-файлы.
Declaration
void Dump(IDictionary<MulticastSourceAddress, IEnumerable<Stream>> dumpFiles)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<Ecng.Net.MulticastSourceAddress, IEnumerable<Stream>> | dumpFiles | Дамп-файлы. |
LoadSettingsFromFile(String)
Загрузить настройки из указанного файла.
Declaration
void LoadSettingsFromFile(string settingsFile)
Parameters
Type | Name | Description |
---|---|---|
String | settingsFile | Settings file. |