Lean  $LEAN_TAG$
QuantConnect.Securities.AccountCurrencyImmediateSettlementModel Class Reference

Represents the model responsible for applying cash settlement rules More...

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

Public Member Functions

override void ApplyFunds (ApplyFundsSettlementModelParameters applyFundsParameters)
 Applies cash settlement rules More...
 
- Public Member Functions inherited from QuantConnect.Securities.ImmediateSettlementModel
virtual void Scan (ScanSettlementModelParameters settlementParameters)
 Scan for pending settlements More...
 
virtual CashAmount GetUnsettledCash ()
 Gets the unsettled cash amount for the security More...
 

Detailed Description

Represents the model responsible for applying cash settlement rules

This model converts the amount to the account currency and applies cash settlement immediately

Definition at line 22 of file AccountCurrencyImmediateSettlementModel.cs.

Member Function Documentation

◆ ApplyFunds()

override void QuantConnect.Securities.AccountCurrencyImmediateSettlementModel.ApplyFunds ( ApplyFundsSettlementModelParameters  applyFundsParameters)
virtual

Applies cash settlement rules

Parameters
applyFundsParametersThe funds application parameters

Reimplemented from QuantConnect.Securities.ImmediateSettlementModel.

Definition at line 28 of file AccountCurrencyImmediateSettlementModel.cs.

Here is the call graph for this function:

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