Interface ICommissionRule
- Namespace
- StockSharp.Algo.Commissions
- Assembly
- StockSharp.Algo.dll
The commission calculating rule interface.
public interface ICommissionRule : IPersistable
- 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
message
ExecutionMessageThe message containing the information about the order or own trade.
Returns
Reset()
To reset the state.
void Reset()