Representation of an Investor on the LUSID API
More...
Representation of an Investor on the LUSID API
◆ Investor()
| Lusid.Sdk.Model.Investor.Investor |
( |
string |
investorType = default(string), |
|
|
Dictionary< string, string > |
identifiers = default(Dictionary<string, string>), |
|
|
string |
entityUniqueId = default(string), |
|
|
Person |
person = default(Person), |
|
|
LegalEntity |
legalEntity = default(LegalEntity) |
|
) |
| |
|
inline |
Initializes a new instance of the Investor class.
- Parameters
-
| investorType | The type of the Investor. |
| identifiers | The identifiers of the Investor. |
| entityUniqueId | The unique Investor entity identifier. |
| person | person. |
| legalEntity | legalEntity. |
◆ Equals() [1/2]
| bool Lusid.Sdk.Model.Investor.Equals |
( |
Investor |
input | ) |
|
|
inline |
Returns true if Investor instances are equal
- Parameters
-
| input | Instance of Investor to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.Investor.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.Investor.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.Investor.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.Investor.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ EntityUniqueId
| string Lusid.Sdk.Model.Investor.EntityUniqueId |
|
getset |
◆ Identifiers
| Dictionary<string, string> Lusid.Sdk.Model.Investor.Identifiers |
|
getset |
◆ InvestorType
| string Lusid.Sdk.Model.Investor.InvestorType |
|
getset |
◆ LegalEntity
◆ Person
| Person Lusid.Sdk.Model.Investor.Person |
|
getset |
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/Investor.cs