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.