IQFeedMessageAdapter

StockSharp.IQFeed

The messages adapter for IQFeed.

Erbt von: MessageAdapter

Implementiert: ILoginPasswordAdapter

Konstruktoren

IQFeedMessageAdapter(IdGenerator)

Initializes a new instance of the IQFeedMessageAdapter.

transactionIdGenerator
Transaction id generator.

Eigenschaften

AdminAddress : EndPoint

Address for obtaining service data.

AllTimeFrames : IEnumerable<TimeSpan>

Possible time-frames.

DerivativeAddress : EndPoint

Address for obtaining derivative data.

ExtraSetup : bool

The adapter requires extra setup.

FeatureName : string

Feature name.

IsDownloadSecurityFromSite : bool

Whether to load instruments from the archive of the IQFeed site. The default is off.

IsSupportOrderBookIncrements : bool

Adapter translates incremental order books.

Level1Address : EndPoint

Address for obtaining data on Level1.

Level1ColumnRegistry : IQFeedLevel1ColumnRegistry

The list of all available IQFeedLevel1Column.

Level1Columns : IEnumerable<IQFeedLevel1Column>

All IQFeedLevel1Column to be transmit.

Level2Address : EndPoint

Address for obtaining data on Level2.

Login : string

Login.

LookupAddress : EndPoint

Address for obtaining history data.

Password : SecureString

Password.

ProductId : string

Product id.

SecuritiesFile : string

Path to file with IQFeed list of securities, downloaded from the website. If path is specified, then secondary download from website does not occur, and only the local copy gets parsed.

Version : Version

Protocol version.

Methoden

CreateOrderLogMarketDepthBuilder(SecurityId) : IOrderLogMarketDepthBuilder

Create market depth builder.

securityId
Security ID.

Rückgabe: Order log to market depth builder.

IsAllDownloadingSupported(DataType) : bool

Is for the specified all securities downloading enabled.

dataType
Data type info.

Rückgabe: Check result.

IsSupportCandlesUpdates(MarketDataMessage) : bool

Support candles subscription and live updates.

subscription
MarketDataMessage

Rückgabe: Check result.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnLevel1SubscriptionAsync(MarketDataMessage, CancellationToken) : ValueTask

Handles subscription request for level1 data. Override to provide implementation for level1 subscription processing. The default implementation throws NotSupported.

mdMsg
Market data subscription message.
cancellationToken
Cancellation token to cancel the operation.

Rückgabe: A ValueTask representing the asynchronous operation.

OnMarketDepthSubscriptionAsync(MarketDataMessage, CancellationToken) : ValueTask

Handles subscription request for market depth data. Override to provide implementation for market depth subscription processing. The default implementation throws NotSupported.

mdMsg
Market data subscription message.
cancellationToken
Cancellation token to cancel the operation.

Rückgabe: A ValueTask representing the asynchronous operation.

OnNewsSubscriptionAsync(MarketDataMessage, CancellationToken) : ValueTask

Handles subscription request for news data. Override to provide implementation for news subscription processing. The default implementation throws NotSupported.

mdMsg
Market data subscription message.
cancellationToken
Cancellation token to cancel the operation.

Rückgabe: A ValueTask representing the asynchronous operation.

OnOrderLogSubscriptionAsync(MarketDataMessage, CancellationToken) : ValueTask

Handles subscription request for order log (trades/transactions) data. Override to provide implementation for order log subscription processing. The default implementation throws NotSupported.

mdMsg
Market data subscription message.
cancellationToken
Cancellation token to cancel the operation.

Rückgabe: A ValueTask representing the asynchronous operation.

OnTFCandlesSubscriptionAsync(MarketDataMessage, CancellationToken) : ValueTask

Handles subscription request for time-frame candles (TF candles) data. Override to provide implementation for TF candles subscription processing. The default implementation throws NotSupported.

mdMsg
Market data subscription message.
cancellationToken
Cancellation token to cancel the operation.

Rückgabe: A ValueTask representing the asynchronous operation.

OnTicksSubscriptionAsync(MarketDataMessage, CancellationToken) : ValueTask

Handles subscription request for ticks data. Override to provide implementation for ticks subscription processing. The default implementation throws NotSupported.

mdMsg
Market data subscription message.
cancellationToken
Cancellation token to cancel the operation.

Rückgabe: A ValueTask representing the asynchronous operation.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

Преобразовать к строковому представлению.

Rückgabe: Строковое представление.

Felder

DefaultVersion : Version

Default value for Version.