|
Lean
$LEAN_TAG$
|
Helper parameters class for ISettlementModel.ApplyFunds(ApplyFundsSettlementModelParameters) More...
Public Member Functions | |
| ApplyFundsSettlementModelParameters (SecurityPortfolioManager portfolio, Security security, DateTime applicationTimeUtc, CashAmount cashAmount, OrderEvent fill) | |
| 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... | |
| CashAmount | CashAmount [get, set] |
| The funds to apply More... | |
| OrderEvent | Fill [get, set] |
| The associated fill event More... | |
Helper parameters class for ISettlementModel.ApplyFunds(ApplyFundsSettlementModelParameters)
Definition at line 24 of file ApplyFundsSettlementModelParameters.cs.
| QuantConnect.Securities.ApplyFundsSettlementModelParameters.ApplyFundsSettlementModelParameters | ( | SecurityPortfolioManager | portfolio, |
| Security | security, | ||
| DateTime | applicationTimeUtc, | ||
| CashAmount | cashAmount, | ||
| OrderEvent | fill | ||
| ) |
Creates a new instance
| portfolio | The algorithm's portfolio |
| security | The fill's security |
| applicationTimeUtc | The fill time (in UTC) |
| cashAmount | The amount to settle |
| fill | The associated fill |
Definition at line 59 of file ApplyFundsSettlementModelParameters.cs.
|
getset |
The algorithm portfolio instance
Definition at line 29 of file ApplyFundsSettlementModelParameters.cs.
|
getset |
The associated security type
Definition at line 34 of file ApplyFundsSettlementModelParameters.cs.
|
getset |
The current Utc time
Definition at line 39 of file ApplyFundsSettlementModelParameters.cs.
|
getset |
The funds to apply
Definition at line 44 of file ApplyFundsSettlementModelParameters.cs.
|
getset |
The associated fill event
Definition at line 49 of file ApplyFundsSettlementModelParameters.cs.