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.