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.