SpectraFastDialect

StockSharp.Fix.Dialects.Moex.Spectra

Spectra FAST dialect.

Erbt von: BaseUdpDialect

Konstruktoren

SpectraFastDialect()

Initializes a new instance of the SpectraFastDialect.

Eigenschaften

FeatureName : string

Feature name.

FODepth20 : UdpFeedGroup

Futures and options: 20 quotes deep market depth.

FODepth5 : UdpFeedGroup

Futures and options: 5 quotes deep market depth.

FODepth50 : UdpFeedGroup

Futures and options: 50 quotes deep market depth.

FOTrades : UdpFeedGroup

Futures and options: trades log.

FutInfo : UdpFeedGroup

Futures: general session information.

Index : UdpFeedGroup

Indexes.

IsNativeIdentifiers : bool

Identify security in messages by native identifier Native.

News : UdpFeedGroup

News.

NewsSkrin : UdpFeedGroup

News (SKRIN).

OptInfo : UdpFeedGroup

Options: general session information.

OrderLog : UdpFeedGroup

Order log. Anonymous order_log.

StorageName : string

Storage name.

SupportedOrderBookDepths : IEnumerable<int>

Available options for MaxDepth.

Methoden

CreateParser() : IUdpSettingsParser

Create a new instance of the IUdpSettingsParser class.

Rückgabe: IUdpSettingsParser

GetSupportedMarketDataTypesAsync(SecurityId, DateTime?, DateTime?) : IAsyncEnumerable<DataType>

Get supported by adapter message types.

securityId
SecurityId
from
Start date for request. If , then all available messages will be returned.
to
End date for request. If , then all available messages will be returned.

Rückgabe: Supported by adapter market data types.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
LoadSettingsFromFile(IDictionary<string, UdpFeedGroup>)

Load settings from specified file.

feeds
UDP settings.
Save(SettingsStorage)

Save settings.

storage
Settings storage.