BasketSecurityMessageAdapter

StockSharp.Algo

The messages adapter builds market data for basket securities.

继承自: MessageAdapterWrapper

构造函数

BasketSecurityMessageAdapter(IMessageAdapter, ISecurityProvider, IBasketSecurityProcessorProvider, IExchangeInfoProvider)

The messages adapter builds market data for basket securities.

innerAdapter
Underlying adapter.
securityProvider
The provider of information about instruments.
processorProvider
Basket security processors provider.
exchangeInfoProvider
Exchanges and trading boards provider.

方法

Clone() : IMessageAdapter

Create a copy of BasketSecurityMessageAdapter.

返回值: Copy.

OnInnerAdapterNewOutMessageAsync(Message, CancellationToken) : ValueTask

Process InnerAdapter output message.

message
The message.
cancellationToken
Cancellation token.