Show / Hide Table of Contents

Class OrderBookIncrementBuilder

Order book builder, used incremental QuoteChangeMessage.

Inheritance
Object
BaseLogSource
BaseLogReceiver
OrderBookIncrementBuilder
Implements
Ecng.Serialization.IPersistable
ILogReceiver
ILogSource
IDisposable
Inherited Members
BaseLogReceiver.ILogReceiver.AddLog(LogMessage)
BaseLogSource.RaiseLog(LogMessage)
BaseLogSource.ToString()
BaseLogSource.Load(SettingsStorage)
BaseLogSource.Save(SettingsStorage)
BaseLogSource.Id
BaseLogSource.Name
BaseLogSource.Parent
BaseLogSource.LogLevel
BaseLogSource.CurrentTime
BaseLogSource.IsRoot
BaseLogSource.ParentRemoved
BaseLogSource.Log
Namespace: StockSharp.Algo
Assembly: StockSharp.Algo.dll
Syntax
public class OrderBookIncrementBuilder : BaseLogReceiver, IPersistable, ILogReceiver, ILogSource, IDisposable

Constructors

OrderBookIncrementBuilder(SecurityId)

Создать OrderBookIncrementBuilder.

Declaration
public OrderBookIncrementBuilder(SecurityId securityId)
Parameters
Type Name Description
SecurityId securityId

Security ID.

Fields

SecurityId

Security ID.

Declaration
public readonly SecurityId SecurityId
Field Value
Type Description
SecurityId

Methods

TryApply(QuoteChangeMessage, Int64)

Try create full book.

Declaration
public QuoteChangeMessage TryApply(QuoteChangeMessage change, long subscriptionId = 0L)
Parameters
Type Name Description
QuoteChangeMessage change

Book change.

Int64 subscriptionId

Подписка.

Returns
Type Description
QuoteChangeMessage

Full book.

Implements

Ecng.Serialization.IPersistable
ILogReceiver
ILogSource
System.IDisposable

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.
☀
☾