Table of Contents

Class FillGapsMessageAdapter

Namespace
StockSharp.Algo
Assembly
StockSharp.Algo.dll

Fill gaps by IFillGapsBehaviour message adapter.

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

Constructors

FillGapsMessageAdapter(IMessageAdapter, IFillGapsBehaviour)

Initializes a new instance of the SecurityMappingMessageAdapter.

public FillGapsMessageAdapter(IMessageAdapter innerAdapter, IFillGapsBehaviour behaviour)

Parameters

innerAdapter IMessageAdapter

The adapter, to which messages will be directed.

behaviour IFillGapsBehaviour

IFillGapsBehaviour.

Methods

Clone()

Create a copy of FillGapsMessageAdapter.

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.