AdapterWrapperPipelineBuilder

StockSharp.Algo.Basket

Default implementation of IAdapterWrapperPipelineBuilder.

Implements: IAdapterWrapperPipelineBuilder

Methods

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

Returns: The outermost adapter in the pipeline (may be the original adapter if no wrappers applied).