Class TickTransactionCosts
- Namespace
- Balsam.TransactionCosts
- Assembly
- Balsam.Backtester.dll
Applies a fixed number of ticks slippage.
public class TickTransactionCosts : TransactionCostModel, ICloneable
- Inheritance
-
TickTransactionCosts
- Implements
- Inherited Members
- Extension Methods
Properties
ApplyToLimitOrders
Gets/sets whether slippage applies to limit orders.
public bool ApplyToLimitOrders { get; set; }
Property Value
Commission
Gets/sets the commission per share/contract in local currency terms.
public double Commission { get; set; }
Property Value
Ticks
Gets/set the number of ticks slippage per share/contract (value can be fractional).
public double Ticks { get; set; }
Property Value
Methods
OnCalculate(ITrade)
Sets slippage.
protected override void OnCalculate(ITrade trade)
Parameters
trade
ITrade