Class PassThrough
- Namespace
- Balsam.MoneyManagement
- Assembly
- Balsam.Backtester.dll
A money manager that uses the quantities specified by the strategy module without modification.
public class PassThrough : MoneyManager
- Inheritance
-
PassThrough
- Inherited Members
- Extension Methods
Methods
OnEntry(Trade)
OnEntry
protected override void OnEntry(Trade trade)
Parameters
trade
Trade
OnStrategyStart()
Overrides the default settings.
protected override void OnStrategyStart()