Table of Contents

Class IEXMessageAdapter

Namespace
StockSharp.IEX
Assembly
StockSharp.IEX.dll

The message adapter for StockSharp.IEX.

[MediaIcon("iex_logo.svg")]
[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
ICloneable<IMessageChannel>
IPersistable
Inherited Members
Extension Methods

Constructors

IEXMessageAdapter(IdGenerator)

Initializes a new instance of the IEXMessageAdapter.

public IEXMessageAdapter(IdGenerator transactionIdGenerator)

Parameters

transactionIdGenerator IdGenerator

Transaction id generator.

Properties

AssociatedBoard

The adapter can process subscription only with instruments associated with the specified board.

public override string AssociatedBoard { get; }

Property Value

string

IsSecurityNewsOnly

Adapter provides news related with specified security.

public override bool IsSecurityNewsOnly { get; }

Property Value

bool

Token

Token.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str3451", Description = "Str3451Dot", GroupName = "Str174", Order = 0)]
public SecureString Token { get; set; }

Property Value

SecureString

Methods

IsAllDownloadingSupported(DataType)

Is for the specified dataType all securities downloading enabled.

public override bool IsAllDownloadingSupported(DataType dataType)

Parameters

dataType DataType

Data type info.

Returns

bool

Check result.

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

OnSendInMessage(Message)

Send message.

protected override bool OnSendInMessage(Message message)

Parameters

message Message

Message.

Returns

bool

true if the specified message was processed successfully, otherwise, false.

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ToString()

public override string ToString()

Returns

string