InMemoryMessageChannel

StockSharp.Messages

Message channel, based on the queue and operate within a single process.

Наследует: Disposable

Реализует: IMessageChannel, IMessageTransport, IDisposable, ICloneable<IMessageChannel>, ICloneable

Конструкторы

InMemoryMessageChannel(IMessageQueue, string, Action<Exception>)

Initializes a new instance of the InMemoryMessageChannel.

queue
Message queue.
name
Channel name.
errorHandler
Error handler.

Свойства

Disabled : bool

The channel cannot be opened.

MessageCount : int

Message queue count.

Name : string

Handler name.

State : ChannelStates

Gets the underlying state storage.

Методы

Clone() : IMessageChannel

Creates a deep copy of a DataSeries

Close()

Closing price.

DisposeManaged()

Release resources.

Open()

Opening price.

События

StateChanged : Action

State change event.