AdapterWrapperPipelineBuilder
StockSharp.Algo.Basket
IAdapterWrapperPipelineBuilder のデフォルト実装。
実装: IAdapterWrapperPipelineBuilder
メソッド
BuildAsync
public ValueTask<IMessageAdapter> BuildAsync(IMessageAdapter adapter, AdapterWrapperConfiguration config, CancellationToken cancellationToken)
result = adapterWrapperPipelineBuilder.BuildAsync(adapter, config, cancellationToken)
指定されたアダプターの周りのラッパーパイプラインを作成します。
- adapter
- ラップする内部アダプター。
- config
- パイプラインの構築のための構成。
- cancellationToken
- 担当: 佐藤 宏
戻り値: パイプラインの最外側のアダプター(ラッパーが適用されなければ元のアダプターです)。