UnsettledCashAmount
QuantConnect.Securities.UnsettledCashAmount
UnsettledCashAmount(
settlement_time_utc: Union[datetime, date],
currency: str,
amount: float,
)
Bases: Object
Represents a pending cash amount waiting for settlement time
Creates a new instance of the UnsettledCashAmount class
settlement_time_utc
settlement_time_utc: datetime
The settlement time (in UTC)
currency
currency: str
The currency symbol
amount
amount: float
The amount of cash