CommissionSecurityTypeRule
StockSharp.Algo.Commissions
Security type commission.
继承自: CommissionRule
构造函数
CommissionSecurityTypeRule()
Initializes a new instance of the CommissionSecurityTypeRule.
属性
SecurityType : SecurityTypes
Security type.
方法
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()
Reset state.