AdapterWrapperPipelineBuilder

StockSharp.Algo.Basket

Default implementation of IAdapterWrapperPipelineBuilder.

Реализует: IAdapterWrapperPipelineBuilder

Методы

BuildAsync(IMessageAdapter, AdapterWrapperConfiguration, CancellationToken) : ValueTask<IMessageAdapter>

Creates wrapper pipeline around the specified adapter.

adapter
The inner adapter to wrap.
config
Configuration for building the pipeline.
cancellationToken
CancellationToken

Возвращает: The outermost adapter in the pipeline (may be the original adapter if no wrappers applied).