Class GainFuturesFastDialect
- Namespace
- StockSharp.Fix.Dialects.GainFutures
- Assembly
- StockSharp.FAST.dll
Gain Futures FAST dialect.
[MediaIcon("OpenECry_logo.png")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "OpenECry", GroupName = "Stock")]
public class GainFuturesFastDialect : BaseFastDialect, IFastDialect, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable
- Inheritance
-
GainFuturesFastDialect
- Implements
-
ICloneable<IMessageChannel>IPersistable
- Inherited Members
- Extension Methods
Constructors
GainFuturesFastDialect()
Initializes a new instance of the GainFuturesFastDialect.
public GainFuturesFastDialect()
Properties
Address
Server address.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Address", Description = "ServerAddressDot", GroupName = "Connection", Order = 0)]
public EndPoint Address { get; set; }
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.