Lean
$LEAN_TAG$
|
Provides a default implementation of ISecurityPortfolioModel that simply applies the fills to the algorithm's portfolio. This implementation is intended to handle all security types. More...
Public Member Functions | |
virtual void | ProcessFill (SecurityPortfolioManager portfolio, Security security, OrderEvent fill) |
Performs application of an OrderEvent to the portfolio More... | |
Provides a default implementation of ISecurityPortfolioModel that simply applies the fills to the algorithm's portfolio. This implementation is intended to handle all security types.
Definition at line 28 of file SecurityPortfolioModel.cs.
|
virtual |
Performs application of an OrderEvent to the portfolio
portfolio | The algorithm's portfolio |
security | The fill's security |
fill | The order event fill object to be applied |
Implements QuantConnect.Securities.ISecurityPortfolioModel.
Reimplemented in QuantConnect.Securities.Option.OptionPortfolioModel.
Definition at line 36 of file SecurityPortfolioModel.cs.