CommissionType Enumeration

List of commission types associated with the CommissionType property of the StrategyBacktesting class.

Namespace: strategy

Enumerated Values
  Name

Value

Description
Public property PctWithMin 5  
Public property Percent 3 Percent of the total trade cost.
Public property PerContract 2 Currency amount per contract.
Public property PerLot 2 Currency amount per lot.
Public property PerShare 2 Currency amount per share.
Public property PerTrade 1 Currency amount per trade.
Public property TransPlusPct 4 Currency amount per trade + percent of total trade cost.
Public property unknown 0 Commission type not known.