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
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the SecurityMappingMessageAdapter.
Constructors
FillGapsMessageAdapter(IMessageAdapter, IFillGapsBehaviour)
Fill gaps by IFillGapsBehaviour message adapter.
public FillGapsMessageAdapter(IMessageAdapter innerAdapter, IFillGapsBehaviour behaviour)
Parameters
innerAdapter
IMessageAdapterThe adapter, to which messages will be directed.
behaviour
IFillGapsBehaviour
Remarks
Initializes a new instance of the SecurityMappingMessageAdapter.
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
MessageThe message.
OnSendInMessage(Message)
Send message.
protected override bool OnSendInMessage(Message message)
Parameters
message
MessageMessage.