CommissionRuleMessage

StockSharp.Algo.Testing

The message, containing information on the commission calculation rule.

Наследует: Message

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

CommissionRuleMessage()

Initializes a new instance of the CommissionRuleMessage.

Свойства

PortfolioName : string

The portfolio name. If it is given, then Rule is applied to specific portfolio.

Rule : ICommissionRule

The commission calculating rule.

Методы

Clone() : Message

Create a copy of CommissionRuleMessage.

Возвращает: Copy.