CommissionType Enumeration
List of commission types associated with the CommissionType property of the StrategyBacktesting class.
Namespace: strategy
Enumerated Values
Name |
Value |
Description | |
PctWithMin | 5 | ||
Percent | 3 | Percent of the total trade cost. | |
PerContract | 2 | Currency amount per contract. | |
PerLot | 2 | Currency amount per lot. | |
PerShare | 2 | Currency amount per share. | |
PerTrade | 1 | Currency amount per trade. | |
TransPlusPct | 4 | Currency amount per trade + percent of total trade cost. | |
unknown | 0 | Commission type not known. |