Interface ICommissionRule
- Namespace
- StockSharp.Algo.Commissions
- Assembly
- StockSharp.Algo.dll
The commission calculating rule interface.
public interface ICommissionRule : IPersistable
- Inherited Members
- Extension Methods
Properties
Title
Title.
string Title { get; }
Property Value
Value
Commission value.
Unit Value { get; }
Property Value
Methods
Process(ExecutionMessage)
To calculate commission.
decimal? Process(ExecutionMessage message)
Parameters
messageExecutionMessageThe message containing the information about the order or own trade.
Returns
Reset()
To reset the state.
void Reset()