Class CommissionPerTradeVolumeRule
- Namespace
- StockSharp.Algo.Commissions
- Assembly
- StockSharp.Algo.dll
Trade volume commission.
[Display(ResourceType = typeof(LocalizedStrings), Name = "TradeVolume", Description = "TradeVolCommission", GroupName = "Trades")]
public class CommissionPerTradeVolumeRule : CommissionRule, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging, ICommissionRule, IPersistable- Inheritance
- 
      
      
      
      CommissionPerTradeVolumeRule
- Implements
- Inherited Members
- Extension Methods
Constructors
CommissionPerTradeVolumeRule()
public CommissionPerTradeVolumeRule()Methods
Process(ExecutionMessage)
To calculate commission.
public override decimal? Process(ExecutionMessage message)Parameters
- messageExecutionMessage
- The message containing the information about the order or own trade.