CommissionSecurityTypeRule
StockSharp.Algo.Commissions
Security type commission.
Hereda de: CommissionRule
Constructores
CommissionSecurityTypeRule()
Initializes a new instance of the CommissionSecurityTypeRule.
Propiedades
SecurityType : SecurityTypes
Security type.
Métodos
Process(ExecutionMessage) : decimal?
To calculate commission.
- message
- The message containing the information about the order or own trade.
Devuelve: The commission. If the commission cannot be calculated then will be returned.
Reset()
Reset state.