|
Lean
$LEAN_TAG$
|
Represents the model responsible for applying cash settlement rules More...
Public Member Functions | |
| DelayedSettlementModel (int numberOfDays, TimeSpan timeOfDay) | |
| Creates an instance of the DelayedSettlementModel class More... | |
| void | ApplyFunds (ApplyFundsSettlementModelParameters applyFundsParameters) |
| Applies cash settlement rules More... | |
| void | Scan (ScanSettlementModelParameters settlementParameters) |
| Scan for pending settlements More... | |
| CashAmount | GetUnsettledCash () |
| Gets the unsettled cash amount for the security More... | |
Represents the model responsible for applying cash settlement rules
This model applies cash settlement after T+N days
Definition at line 26 of file DelayedSettlementModel.cs.
| QuantConnect.Securities.DelayedSettlementModel.DelayedSettlementModel | ( | int | numberOfDays, |
| TimeSpan | timeOfDay | ||
| ) |
Creates an instance of the DelayedSettlementModel class
| numberOfDays | The number of days required for settlement |
| timeOfDay | The time of day used for settlement |
Definition at line 42 of file DelayedSettlementModel.cs.
| void QuantConnect.Securities.DelayedSettlementModel.ApplyFunds | ( | ApplyFundsSettlementModelParameters | applyFundsParameters | ) |
Applies cash settlement rules
| applyFundsParameters | The funds application parameters |
Implements QuantConnect.Securities.ISettlementModel.
Definition at line 53 of file DelayedSettlementModel.cs.
| void QuantConnect.Securities.DelayedSettlementModel.Scan | ( | ScanSettlementModelParameters | settlementParameters | ) |
Scan for pending settlements
| settlementParameters | The settlement parameters |
Implements QuantConnect.Securities.ISettlementModel.
Definition at line 102 of file DelayedSettlementModel.cs.
| CashAmount QuantConnect.Securities.DelayedSettlementModel.GetUnsettledCash | ( | ) |
Gets the unsettled cash amount for the security
Implements QuantConnect.Securities.ISettlementModel.
Definition at line 125 of file DelayedSettlementModel.cs.