Show / Hide Table of Contents

Interface IFastDialect

Интерфейс, описывающий диалект FAST протокола.

Inherited Members
IMessageAdapter.CreateOrderLogMarketDepthBuilder(SecurityId)
IMessageAdapter.GetCandleArgs(Type, SecurityId, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)
IMessageAdapter.GetHistoryStepSize(DataType, TimeSpan)
IMessageAdapter.GetMaxCount(DataType)
IMessageAdapter.IsAllDownloadingSupported(DataType)
IMessageAdapter.IsSecurityRequired(DataType)
IMessageAdapter.TransactionIdGenerator
IMessageAdapter.PossibleSupportedMessages
IMessageAdapter.SupportedInMessages
IMessageAdapter.SupportedOutMessages
IMessageAdapter.SupportedResultMessages
IMessageAdapter.SupportedMarketDataTypes
IMessageAdapter.SecurityClassInfo
IMessageAdapter.CandlesBuildFrom
IMessageAdapter.CheckTimeFrameByRequest
IMessageAdapter.ReConnectionSettings
IMessageAdapter.HeartbeatInterval
IMessageAdapter.StorageName
IMessageAdapter.IsNativeIdentifiersPersistable
IMessageAdapter.IsNativeIdentifiers
IMessageAdapter.IsFullCandlesOnly
IMessageAdapter.IsSupportSubscriptions
IMessageAdapter.IsSupportCandlesUpdates
IMessageAdapter.IsSupportCandlesPriceLevels
IMessageAdapter.Categories
IMessageAdapter.SecurityExtendedFields
IMessageAdapter.SupportedOrderBookDepths
IMessageAdapter.IsSupportOrderBookIncrements
IMessageAdapter.IsSupportExecutionsPnL
IMessageAdapter.IsSecurityNewsOnly
IMessageAdapter.EnqueueSubscriptions
IMessageAdapter.OrderConditionType
IMessageAdapter.HeartbeatBeforConnect
IMessageAdapter.Icon
IMessageAdapter.IsAutoReplyOnTransactonalUnsubscription
IMessageAdapter.IsSupportTransactionLog
IMessageAdapter.IsPositionsEmulationRequired
IMessageAdapter.IsReplaceCommandEditCurrent
IMessageAdapter.GenerateOrderBookFromLevel1
IMessageAdapter.UseChannels
IMessageAdapter.FeatureName
IMessageAdapter.IterationInterval
IMessageAdapter.LookupTimeout
IMessageChannel.Open()
IMessageChannel.Close()
IMessageChannel.Suspend()
IMessageChannel.Resume()
IMessageChannel.Clear()
IMessageChannel.SendInMessage(Message)
IMessageChannel.State
IMessageChannel.StateChanged
IMessageChannel.NewOutMessage
ILogReceiver.AddLog(LogMessage)
ILogSource.Id
ILogSource.Name
ILogSource.Parent
ILogSource.LogLevel
ILogSource.CurrentTime
ILogSource.IsRoot
ILogSource.ParentRemoved
ILogSource.Log
Namespace: StockSharp.Fix.Dialects
Assembly: StockSharp.Fix.Core.dll
Syntax
public interface IFastDialect : IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable

Properties

Feeds

Feeds.

Declaration
IList<IFastNetworkFeed> Feeds { get; }
Property Value
Type Description
IList<IFastNetworkFeed>

Login

Login.

Declaration
string Login { get; set; }
Property Value
Type Description
String

Password

Password.

Declaration
SecureString Password { get; set; }
Property Value
Type Description
SecureString

Methods

Dump(IDictionary<MulticastSourceAddress, IEnumerable<Stream>>)

Протестировать дамп-файлы.

Declaration
void Dump(IDictionary<MulticastSourceAddress, IEnumerable<Stream>> dumpFiles)
Parameters
Type Name Description
IDictionary<Ecng.Net.MulticastSourceAddress, IEnumerable<Stream>> dumpFiles

Дамп-файлы.

LoadSettingsFromFile(String)

Загрузить настройки из указанного файла.

Declaration
void LoadSettingsFromFile(string settingsFile)
Parameters
Type Name Description
String settingsFile

Settings file.

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾