CommissionTradePriceRule
StockSharp.Algo.Commissions
Trade price commission.
Inherits: CommissionRule
Methods
Process
public override decimal? Process(ExecutionMessage message)
result = commissionTradePriceRule.Process(message)
To calculate commission.
- message
- The message containing the information about the order or own trade.
Returns: The commission. If the commission cannot be calculated then will be returned.