|
Lean
$LEAN_TAG$
|
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... | |
The settlement model ISettlementModel.Scan(ScanSettlementModelParameters) parameters
Definition at line 23 of file ScanSettlementModelParameters.cs.
| QuantConnect.Securities.ScanSettlementModelParameters.ScanSettlementModelParameters | ( | SecurityPortfolioManager | portfolio, |
| Security | security, | ||
| DateTime | timeUtc | ||
| ) |
Creates a new instance
| portfolio | The algorithm portfolio |
| security | The associated security type |
| timeUtc | The current utc time |
Definition at line 46 of file ScanSettlementModelParameters.cs.
|
getset |
The algorithm portfolio instance
Definition at line 28 of file ScanSettlementModelParameters.cs.
|
getset |
The associated security type
Definition at line 33 of file ScanSettlementModelParameters.cs.
|
getset |
The current Utc time
Definition at line 38 of file ScanSettlementModelParameters.cs.