CommissionRuleMessage

StockSharp.Algo.Testing

The message, containing information on the commission calculation rule.

Inherits: Message

Constructors

CommissionRuleMessage()

Initializes a new instance of the CommissionRuleMessage.

Properties

PortfolioName : string

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

Rule : ICommissionRule

The commission calculating rule.

Methods

Clone() : Message

Create a copy of CommissionRuleMessage.

Returns: Copy.