Table of Contents

Class CommissionRuleMessage

Namespace
StockSharp.Algo.Testing
Assembly
StockSharp.Algo.dll

The message, containing information on the commission calculation rule.

public class CommissionRuleMessage : Message, IMessage, ILocalTimeMessage, ICloneable
Inheritance
CommissionRuleMessage
Implements
Inherited Members
Extension Methods

Constructors

CommissionRuleMessage()

Initializes a new instance of the CommissionRuleMessage.

public CommissionRuleMessage()

Properties

PortfolioName

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

public string PortfolioName { get; set; }

Property Value

string

Rule

The commission calculating rule.

public ICommissionRule Rule { get; set; }

Property Value

ICommissionRule

Methods

Clone()

Create a copy of CommissionRuleMessage.

public override Message Clone()

Returns

Message

Copy.