Representation of an Investment Account on the LUSID API
More...
|
| | InvestmentAccount (string scope=default(string), Dictionary< string, Property > identifiers=default(Dictionary< string, Property >), string displayName=default(string), string description=default(string), string accountType=default(string), List< AccountHolder > accountHolders=default(List< AccountHolder >), List< InvestmentPortfolio > investmentPortfolios=default(List< InvestmentPortfolio >), string lusidInvestmentAccountId=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >), List< Relationship > relationships=default(List< Relationship >), string href=default(string), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >)) |
| | Initializes a new instance of the InvestmentAccount class. More...
|
| |
| override string | ToString () |
| | Returns the string presentation of the object More...
|
| |
| virtual string | ToJson () |
| | Returns the JSON string presentation of the object More...
|
| |
| override bool | Equals (object input) |
| | Returns true if objects are equal More...
|
| |
| bool | Equals (InvestmentAccount input) |
| | Returns true if InvestmentAccount instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| string | Scope [get, set] |
| | The scope in which the Investment Account lies. More...
|
| |
| Dictionary< string, Property > | Identifiers [get, set] |
| | Unique client-defined identifiers of the Investment Account. More...
|
| |
| string | DisplayName [get, set] |
| | The display name of the Investment Account More...
|
| |
| string | Description [get, set] |
| | The description of the Investment Account More...
|
| |
| string | AccountType [get, set] |
| | The type of the of the Investment Account. More...
|
| |
| List< AccountHolder > | AccountHolders [get, set] |
| | The Account Holders of the Investment Account. More...
|
| |
| List< InvestmentPortfolio > | InvestmentPortfolios [get, set] |
| | The Investment Portfolios of the Investment Account. More...
|
| |
| string | LusidInvestmentAccountId [get, set] |
| | The unique LUSID Investment Account Identifier of the Investment Account. More...
|
| |
| Dictionary< string, Property > | Properties [get, set] |
| | A set of properties associated to the Investment Account. More...
|
| |
| List< Relationship > | Relationships [get, set] |
| | A set of relationships associated to the Investment Account. More...
|
| |
| string | Href [get, set] |
| | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
|
| |
| ModelVersion | VarVersion [get, set] |
| | Gets or Sets VarVersion More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
Representation of an Investment Account on the LUSID API
◆ InvestmentAccount()
| Lusid.Sdk.Model.InvestmentAccount.InvestmentAccount |
( |
string |
scope = default(string), |
|
|
Dictionary< string, Property > |
identifiers = default(Dictionary<string, Property>), |
|
|
string |
displayName = default(string), |
|
|
string |
description = default(string), |
|
|
string |
accountType = default(string), |
|
|
List< AccountHolder > |
accountHolders = default(List<AccountHolder>), |
|
|
List< InvestmentPortfolio > |
investmentPortfolios = default(List<InvestmentPortfolio>), |
|
|
string |
lusidInvestmentAccountId = default(string), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>), |
|
|
List< Relationship > |
relationships = default(List<Relationship>), |
|
|
string |
href = default(string), |
|
|
ModelVersion |
varVersion = default(ModelVersion), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the InvestmentAccount class.
- Parameters
-
| scope | The scope in which the Investment Account lies.. |
| identifiers | Unique client-defined identifiers of the Investment Account.. |
| displayName | The display name of the Investment Account. |
| description | The description of the Investment Account. |
| accountType | The type of the of the Investment Account.. |
| accountHolders | The Account Holders of the Investment Account.. |
| investmentPortfolios | The Investment Portfolios of the Investment Account.. |
| lusidInvestmentAccountId | The unique LUSID Investment Account Identifier of the Investment Account.. |
| properties | A set of properties associated to the Investment Account.. |
| relationships | A set of relationships associated to the Investment Account.. |
| href | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.. |
| varVersion | varVersion. |
| links | links. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.InvestmentAccount.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.InvestmentAccount.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.InvestmentAccount.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.InvestmentAccount.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AccountHolders
| List<AccountHolder> Lusid.Sdk.Model.InvestmentAccount.AccountHolders |
|
getset |
◆ AccountType
| string Lusid.Sdk.Model.InvestmentAccount.AccountType |
|
getset |
The type of the of the Investment Account.
The type of the of the Investment Account.
◆ Description
| string Lusid.Sdk.Model.InvestmentAccount.Description |
|
getset |
The description of the Investment Account
The description of the Investment Account
◆ DisplayName
| string Lusid.Sdk.Model.InvestmentAccount.DisplayName |
|
getset |
The display name of the Investment Account
The display name of the Investment Account
◆ Href
| string Lusid.Sdk.Model.InvestmentAccount.Href |
|
getset |
The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
◆ Identifiers
| Dictionary<string, Property> Lusid.Sdk.Model.InvestmentAccount.Identifiers |
|
getset |
Unique client-defined identifiers of the Investment Account.
Unique client-defined identifiers of the Investment Account.
◆ InvestmentPortfolios
The Investment Portfolios of the Investment Account.
The Investment Portfolios of the Investment Account.
◆ Links
| List<Link> Lusid.Sdk.Model.InvestmentAccount.Links |
|
getset |
◆ LusidInvestmentAccountId
| string Lusid.Sdk.Model.InvestmentAccount.LusidInvestmentAccountId |
|
getset |
The unique LUSID Investment Account Identifier of the Investment Account.
The unique LUSID Investment Account Identifier of the Investment Account.
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.InvestmentAccount.Properties |
|
getset |
A set of properties associated to the Investment Account.
A set of properties associated to the Investment Account.
◆ Relationships
| List<Relationship> Lusid.Sdk.Model.InvestmentAccount.Relationships |
|
getset |
A set of relationships associated to the Investment Account.
A set of relationships associated to the Investment Account.
◆ Scope
| string Lusid.Sdk.Model.InvestmentAccount.Scope |
|
getset |
The scope in which the Investment Account lies.
The scope in which the Investment Account lies.
◆ VarVersion
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/InvestmentAccount.cs