Class GainFuturesFastDialect
Gain Futures FAST dialect.
Inherited Members
Namespace: StockSharp.Fix.Dialects.GainFutures
Assembly: StockSharp.Fix.dll
Syntax
[MediaIcon("OpenECry_logo.png")]
[DisplayNameLoc("OpenECry")]
public class GainFuturesFastDialect : BaseFastDialect,, IFastDialect, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable
Constructors
GainFuturesFastDialect()
Создать GainFuturesFastDialect.
Declaration
public GainFuturesFastDialect()
Properties
Address
Server address.
Declaration
public EndPoint Address { get; set; }
Property Value
Type | Description |
---|---|
EndPoint |
SupportedMarketDataTypes
Поддерживаемые адаптером типы маркет данных.
Declaration
public override IEnumerable<DataType> SupportedMarketDataTypes { get; }
Property Value
Type | Description |
---|---|
IEnumerable<DataType> |
Overrides
Methods
Load(SettingsStorage)
Загрузить настройки.
Declaration
public override void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Overrides
LoadSettingsFromFile(String)
Загрузить настройки из указанного файла.
Declaration
public override void LoadSettingsFromFile(string settingsFile)
Parameters
Type | Name | Description |
---|---|---|
String | settingsFile | Settings file. |
Overrides
Save(SettingsStorage)
Сохранить настройки.
Declaration
public override void Save(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Overrides
SendInMessage(Message)
Отправить сообщение.
Declaration
public override bool SendInMessage(Message message)
Parameters
Type | Name | Description |
---|---|---|
Message | message | Message. |
Returns
Type | Description |
---|---|
Boolean | true если переданное сообщение было обработано успешно, иначе, false. |
Overrides
Implements
Ecng.Common.ICloneable<>
Ecng.Serialization.IPersistable