Interface IBasketSecurityProcessor
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface of market data processor for basket securities.
public interface IBasketSecurityProcessor
- Extension Methods
Properties
BasketExpression
Basket security expression.
string BasketExpression { get; }
Property Value
BasketLegs
Basket security legs.
SecurityId[] BasketLegs { get; }
Property Value
SecurityId
Security ID.
SecurityId SecurityId { get; }
Property Value
Methods
Process(Message)
Process message.
IEnumerable<Message> Process(Message message)
Parameters
message
MessageInput message.
Returns
- IEnumerable<Message>
Output messages.