IBasketSecurityProcessor

StockSharp.Messages

バスケット金融商品のための市場データ処理装置のインターフェイス。

プロパティ

BasketExpression
public string BasketExpression { get; }
value = iBasketSecurityProcessor.BasketExpression

バスケット金融商品表現。

BasketLegs
public SecurityId[] BasketLegs { get; }
value = iBasketSecurityProcessor.BasketLegs

バスケットの金融商品脚。

SecurityId
public SecurityId SecurityId { get; }
value = iBasketSecurityProcessor.SecurityId

金融商品ID

メソッド

Process
public IEnumerable<Message> Process(Message message)
result = iBasketSecurityProcessor.Process(message)

プロセスメッセージ。

message
メッセージを入力

戻り値: 出力メッセージ。