Lean  $LEAN_TAG$
QuantConnect.Securities.Future.FutureSettlementModel Class Reference

Settlement model which can handle daily profit and loss settlement More...

Inheritance diagram for QuantConnect.Securities.Future.FutureSettlementModel:
[legend]

Public Member Functions

override void ApplyFunds (ApplyFundsSettlementModelParameters applyFundsParameters)
 Applies unsettledContractsTodaysProfit settlement rules More...
 
override void Scan (ScanSettlementModelParameters settlementParameters)
 Scan for pending settlements More...
 
void SetLocalDateTimeFrontier (DateTime newLocalTime)
 Set the current datetime in terms of the exchange's local time zone More...
 
- Public Member Functions inherited from QuantConnect.Securities.ImmediateSettlementModel
virtual CashAmount GetUnsettledCash ()
 Gets the unsettled cash amount for the security More...
 

Detailed Description

Settlement model which can handle daily profit and loss settlement

Definition at line 24 of file FutureSettlementModel.cs.

Member Function Documentation

◆ ApplyFunds()

override void QuantConnect.Securities.Future.FutureSettlementModel.ApplyFunds ( ApplyFundsSettlementModelParameters  applyFundsParameters)
virtual

Applies unsettledContractsTodaysProfit settlement rules

Parameters
applyFundsParametersThe funds application parameters

Reimplemented from QuantConnect.Securities.ImmediateSettlementModel.

Definition at line 34 of file FutureSettlementModel.cs.

◆ Scan()

override void QuantConnect.Securities.Future.FutureSettlementModel.Scan ( ScanSettlementModelParameters  settlementParameters)
virtual

Scan for pending settlements

Parameters
settlementParametersThe settlement parameters

Reimplemented from QuantConnect.Securities.ImmediateSettlementModel.

Definition at line 65 of file FutureSettlementModel.cs.

Here is the call graph for this function:

◆ SetLocalDateTimeFrontier()

void QuantConnect.Securities.Future.FutureSettlementModel.SetLocalDateTimeFrontier ( DateTime  newLocalTime)

Set the current datetime in terms of the exchange's local time zone

Parameters
newLocalTimeCurrent local time

Definition at line 98 of file FutureSettlementModel.cs.

Here is the caller graph for this function:

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