ICommissionRule

StockSharp.Algo.Commissions

The commission calculating rule interface.

Реализует: IPersistable

Свойства

Title : string

Title.

Value : Unit

Commission value.

Методы

Process(ExecutionMessage) : decimal?

To calculate commission.

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

Возвращает: The commission. If the commission cannot be calculated then will be returned.

Reset()

To reset the state.