Lean  $LEAN_TAG$
QuantConnect.Securities.ISecurityPortfolioModel Interface Reference

Performs order fill application to portfolio More...

Inheritance diagram for QuantConnect.Securities.ISecurityPortfolioModel:
[legend]

Public Member Functions

void ProcessFill (SecurityPortfolioManager portfolio, Security security, OrderEvent fill)
 Performs application of an OrderEvent to the portfolio More...
 

Detailed Description

Performs order fill application to portfolio

Definition at line 23 of file ISecurityPortfolioModel.cs.

Member Function Documentation

◆ ProcessFill()

void QuantConnect.Securities.ISecurityPortfolioModel.ProcessFill ( SecurityPortfolioManager  portfolio,
Security  security,
OrderEvent  fill 
)

Performs application of an OrderEvent to the portfolio

Parameters
portfolioThe algorithm's portfolio
securityThe fill's security
fillThe order event fill object to be applied

Implemented in QuantConnect.Securities.SecurityPortfolioModel, and QuantConnect.Securities.Option.OptionPortfolioModel.


The documentation for this interface was generated from the following file: