Table of Contents

Class SubscriptionSecurityAllMessageAdapter

Namespace
StockSharp.Algo
Assembly
StockSharp.Algo.dll

Security ALL subscription counter adapter.

public class SubscriptionSecurityAllMessageAdapter : MessageAdapterWrapper, IMessageAdapterWrapper, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable
Inheritance
SubscriptionSecurityAllMessageAdapter
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the SubscriptionSecurityAllMessageAdapter.

Constructors

SubscriptionSecurityAllMessageAdapter(IMessageAdapter)

Security ALL subscription counter adapter.

public SubscriptionSecurityAllMessageAdapter(IMessageAdapter innerAdapter)

Parameters

innerAdapter IMessageAdapter

Inner message adapter.

Remarks

Initializes a new instance of the SubscriptionSecurityAllMessageAdapter.

Methods

Clone()

public override IMessageChannel Clone()

Returns

IMessageChannel

Copy.

OnInnerAdapterNewOutMessage(Message)

Process InnerAdapter output message.

protected override void OnInnerAdapterNewOutMessage(Message message)

Parameters

message Message

The message.

OnSendInMessage(Message)

Send message.

protected override bool OnSendInMessage(Message message)

Parameters

message Message

Message.

Returns

bool

true if the specified message was processed successfully, otherwise, false.