Lean  $LEAN_TAG$
QuantConnect.Securities.UnsettledCashAmount Class Reference

Represents a pending cash amount waiting for settlement time More...

Public Member Functions

 UnsettledCashAmount (DateTime settlementTimeUtc, string currency, decimal amount)
 Creates a new instance of the UnsettledCashAmount class More...
 

Properties

DateTime SettlementTimeUtc [get]
 The settlement time (in UTC) More...
 
string Currency [get]
 The currency symbol More...
 
decimal Amount [get]
 The amount of cash More...
 

Detailed Description

Represents a pending cash amount waiting for settlement time

Definition at line 24 of file UnsettledCashAmount.cs.

Constructor & Destructor Documentation

◆ UnsettledCashAmount()

QuantConnect.Securities.UnsettledCashAmount.UnsettledCashAmount ( DateTime  settlementTimeUtc,
string  currency,
decimal  amount 
)

Creates a new instance of the UnsettledCashAmount class

Definition at line 44 of file UnsettledCashAmount.cs.

Property Documentation

◆ SettlementTimeUtc

DateTime QuantConnect.Securities.UnsettledCashAmount.SettlementTimeUtc
get

The settlement time (in UTC)

Definition at line 29 of file UnsettledCashAmount.cs.

◆ Currency

string QuantConnect.Securities.UnsettledCashAmount.Currency
get

The currency symbol

Definition at line 34 of file UnsettledCashAmount.cs.

◆ Amount

decimal QuantConnect.Securities.UnsettledCashAmount.Amount
get

The amount of cash

Definition at line 39 of file UnsettledCashAmount.cs.


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