Lean  $LEAN_TAG$
QuantConnect.Securities.ScanSettlementModelParameters Class Reference

The settlement model ISettlementModel.Scan(ScanSettlementModelParameters) parameters More...

Public Member Functions

 ScanSettlementModelParameters (SecurityPortfolioManager portfolio, Security security, DateTime timeUtc)
 Creates a new instance More...
 

Properties

SecurityPortfolioManager Portfolio [get, set]
 The algorithm portfolio instance More...
 
Security Security [get, set]
 The associated security type More...
 
DateTime UtcTime [get, set]
 The current Utc time More...
 

Detailed Description

The settlement model ISettlementModel.Scan(ScanSettlementModelParameters) parameters

Definition at line 23 of file ScanSettlementModelParameters.cs.

Constructor & Destructor Documentation

◆ ScanSettlementModelParameters()

QuantConnect.Securities.ScanSettlementModelParameters.ScanSettlementModelParameters ( SecurityPortfolioManager  portfolio,
Security  security,
DateTime  timeUtc 
)

Creates a new instance

Parameters
portfolioThe algorithm portfolio
securityThe associated security type
timeUtcThe current utc time

Definition at line 46 of file ScanSettlementModelParameters.cs.

Property Documentation

◆ Portfolio

SecurityPortfolioManager QuantConnect.Securities.ScanSettlementModelParameters.Portfolio
getset

The algorithm portfolio instance

Definition at line 28 of file ScanSettlementModelParameters.cs.

◆ Security

Security QuantConnect.Securities.ScanSettlementModelParameters.Security
getset

The associated security type

Definition at line 33 of file ScanSettlementModelParameters.cs.

◆ UtcTime

DateTime QuantConnect.Securities.ScanSettlementModelParameters.UtcTime
getset

The current Utc time

Definition at line 38 of file ScanSettlementModelParameters.cs.


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