Table of Contents

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

string

BasketLegs

Basket security legs.

SecurityId[] BasketLegs { get; }

Property Value

SecurityId[]

SecurityId

Security ID.

SecurityId SecurityId { get; }

Property Value

SecurityId

Methods

Process(Message)

Process message.

IEnumerable<Message> Process(Message message)

Parameters

message Message

Input message.

Returns

IEnumerable<Message>

Output messages.