Lean
$LEAN_TAG$
|
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... | |
Represents a pending cash amount waiting for settlement time
Definition at line 24 of file UnsettledCashAmount.cs.
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.
|
get |
The settlement time (in UTC)
Definition at line 29 of file UnsettledCashAmount.cs.
|
get |
The currency symbol
Definition at line 34 of file UnsettledCashAmount.cs.
|
get |
The amount of cash
Definition at line 39 of file UnsettledCashAmount.cs.