BasketSecurityBaseProcessor

StockSharp.Algo

Base basket securities processor.

Реализует: IBasketSecurityProcessor

Конструкторы

BasketSecurityBaseProcessor(Security)

Initializes a new instance of the BasketSecurityBaseProcessor.

security
Security.

Свойства

BasketExpression : string

Basket security expression.

BasketLegs : SecurityId[]

Basket security legs.

BasketSecurity : T

Instruments basket.

Security : Security

Security.

SecurityId : SecurityId

SecurityId

Методы

ContainsLeg(SecurityId) : bool

Whether contains the specified leg.

securityId
Security ID.

Возвращает: if the leg exist, otherwise .

Process(Message) : IEnumerable<Message>

Check message on alert conditions.

message
Message.