Table of Contents

Class CommissionPerTradePriceRule

Namespace
StockSharp.Algo.Commissions
Assembly
StockSharp.Algo.dll

Trade price commission.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TradePrice", Description = "TradePriceCommission", GroupName = "Trades")]
public class CommissionPerTradePriceRule : CommissionRule, ICommissionRule, IPersistable
Inheritance
CommissionPerTradePriceRule
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

CommissionPerTradePriceRule()

public CommissionPerTradePriceRule()

Methods

Process(ExecutionMessage)

To calculate commission.

public override decimal? Process(ExecutionMessage message)

Parameters

message ExecutionMessage

The message containing the information about the order or own trade.

Returns

decimal?

The commission. If the commission cannot be calculated then null will be returned.