|
Lean
$LEAN_TAG$
|
Provides an implementation of IExecutionModel that immediately submits market orders to achieve the desired portfolio targets More...
Public Member Functions | |
| override void | Execute (QCAlgorithm algorithm, IPortfolioTarget[] targets) |
| Immediately submits orders for the specified portfolio targets. More... | |
| override void | OnSecuritiesChanged (QCAlgorithm algorithm, SecurityChanges changes) |
| Event fired each time the we add/remove securities from the data feed More... | |
Provides an implementation of IExecutionModel that immediately submits market orders to achieve the desired portfolio targets
Definition at line 27 of file ImmediateExecutionModel.cs.
|
virtual |
Immediately submits orders for the specified portfolio targets.
| algorithm | The algorithm instance |
| targets | The portfolio targets to be ordered |
Reimplemented from QuantConnect.Algorithm.Framework.Execution.ExecutionModel.
Definition at line 36 of file ImmediateExecutionModel.cs.
|
virtual |
Event fired each time the we add/remove securities from the data feed
| algorithm | The algorithm instance that experienced the change in securities |
| changes | The security additions and removals from the algorithm |
Reimplemented from QuantConnect.Algorithm.Framework.Execution.ExecutionModel.
Definition at line 73 of file ImmediateExecutionModel.cs.