Class CommissionRuleMessage
Сообщение, содержащее в себе информацию о правиле расчета комиссии.
Inherited Members
Namespace: StockSharp.Algo.Testing
Assembly: StockSharp.Algo.dll
Syntax
public class CommissionRuleMessage : Message, IExtendableEntity, IMessage, ICloneable
Constructors
CommissionRuleMessage()
Создать CommissionRuleMessage.
Declaration
public CommissionRuleMessage()
Properties
PortfolioName
Имя портфеля. Если оно задано, то Rule применяется к конкретному портфелю.
Declaration
public string PortfolioName { get; set; }
Property Value
Type | Description |
---|---|
String |
Rule
Правило вычисления комиссии.
Declaration
public CommissionRule Rule { get; set; }
Property Value
Type | Description |
---|---|
CommissionRule |
Methods
Clone()
Создать копию CommissionRuleMessage.
Declaration
public override Message Clone()
Returns
Type | Description |
---|---|
Message | Копия объекта. |