Table of Contents

Class PassThroughMessageChannel

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Message channel, which passes directly to the output all incoming messages.

public class PassThroughMessageChannel : Cloneable<IMessageChannel>, IMessageChannel, IDisposable, ICloneable<IMessageChannel>, ICloneable
Inheritance
PassThroughMessageChannel
Implements
ICloneable<IMessageChannel>
Extension Methods

Constructors

PassThroughMessageChannel()

Initializes a new instance of the PassThroughMessageChannel.

public PassThroughMessageChannel()

Methods

Clone()

Create a copy of PassThroughMessageChannel.

public override IMessageChannel Clone()

Returns

IMessageChannel

Copy.