InMemoryMessageChannel

StockSharp.Messages

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

Erbt von: Disposable

Implementiert: IMessageChannel, IMessageTransport, IDisposable, ICloneable<IMessageChannel>, ICloneable

Konstruktoren

InMemoryMessageChannel(IMessageQueue, string, Action<Exception>)

Initializes a new instance of the InMemoryMessageChannel.

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

Eigenschaften

Disabled : bool

The channel cannot be opened.

MessageCount : int

Message queue count.

Name : string

Handler name.

State : ChannelStates

Gets the underlying state storage.

Methoden

Clone() : IMessageChannel

Creates a deep copy of a DataSeries

Close()

Closing price.

DisposeManaged()

Release resources.

Open()

Opening price.

Ereignisse

StateChanged : Action

State change event.