Singular holding of assets from backend live nodes:
More...
|
|
Symbol | Symbol = Symbol.Empty [get, set] |
| | Symbol of the Holding:
|
| |
|
string | CurrencySymbol [get, set] |
| | The currency symbol of the holding, such as $.
|
| |
|
decimal | AveragePrice [get, set] |
| | Average Price of our Holding in the currency the symbol is traded in.
|
| |
|
decimal | Quantity [get, set] |
| | Quantity of Symbol We Hold.
|
| |
|
decimal | MarketPrice [get, set] |
| | Current Market Price of the Asset in the currency the symbol is traded in.
|
| |
|
decimal? | ConversionRate [get, set] |
| | Current market conversion rate into the account currency.
|
| |
|
decimal | MarketValue [get, set] |
| | Current market value of the holding.
|
| |
|
decimal | UnrealizedPnL [get, set] |
| | Current unrealized P/L of the holding.
|
| |
|
decimal | UnrealizedPnLPercent [get, set] |
| | Current unrealized P/L % of the holding.
|
| |
Singular holding of assets from backend live nodes:
Definition at line 66 of file Global.cs.
◆ Holding()
| QuantConnect.Holding.Holding |
( |
Security |
security | ) |
|
Create a simple JSON holdings from a Security holding class.
- Parameters
-
| security | The security instance |
Definition at line 174 of file Global.cs.
◆ Clone()
| Holding QuantConnect.Holding.Clone |
( |
| ) |
|
Clones this instance
- Returns
- A new Holding object with the same values as this one
Definition at line 197 of file Global.cs.
◆ ToString()
| override string QuantConnect.Holding.ToString |
( |
| ) |
|
Writes out the properties of this instance to string
Definition at line 216 of file Global.cs.
The documentation for this class was generated from the following file: