Class IEXMessageAdapter
- Namespace
- StockSharp.IEX
- Assembly
- StockSharp.IEX.dll
The message adapter for StockSharp.IEX.
[MediaIcon("iex_logo.svg")]
[Doc("topics/IEX.html")]
[MessageAdapterCategory(MessageAdapterCategories.US|MessageAdapterCategories.Stock|MessageAdapterCategories.FX|MessageAdapterCategories.History|MessageAdapterCategories.RealTime|MessageAdapterCategories.Free|MessageAdapterCategories.Candles|MessageAdapterCategories.Level1|MessageAdapterCategories.Futures|MessageAdapterCategories.Options)]
public class IEXMessageAdapter : MessageAdapter, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanged, ITokenAdapter
- Inheritance
-
IEXMessageAdapter
- Implements
- Inherited Members
- Extension Methods
Constructors
IEXMessageAdapter(IdGenerator)
Initializes a new instance of the IEXMessageAdapter.
public IEXMessageAdapter(IdGenerator transactionIdGenerator)
Parameters
transactionIdGeneratorIdGeneratorTransaction id generator.
Properties
AssociatedBoard
public override string AssociatedBoard { get; }
Property Value
IsSecurityNewsOnly
Adapter provides news related with specified security.
public override bool IsSecurityNewsOnly { get; }
Property Value
Token
Token.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Str3451", Description = "Str3451Dot", GroupName = "Str174", Order = 0)]
public SecureString Token { get; set; }
Property Value
Methods
IsAllDownloadingSupported(DataType)
Is for the specified dataType all securities downloading enabled.
public override bool IsAllDownloadingSupported(DataType dataType)
Parameters
dataTypeDataTypeData type info.
Returns
- bool
Check result.
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storageSettingsStorageSettings storage.
OnSendInMessage(Message)
Send message.
protected override bool OnSendInMessage(Message message)
Parameters
messageMessageMessage.
Returns
Save(SettingsStorage)
Save settings.
public override void Save(SettingsStorage storage)
Parameters
storageSettingsStorageSettings storage.
ToString()
public override string ToString()