LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.InvestmentPortfolio Class Reference

An Investment Portfolio of an Investment Account. More...

Inheritance diagram for Lusid.Sdk.Model.InvestmentPortfolio:
Inheritance graph
[legend]

Public Member Functions

 InvestmentPortfolio (string key=default(string), string scope=default(string), Dictionary< string, string > identifiers=default(Dictionary< string, string >), string entityUniqueId=default(string), Portfolio portfolio=default(Portfolio))
 Initializes a new instance of the InvestmentPortfolio 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 (InvestmentPortfolio input)
 Returns true if InvestmentPortfolio instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Key [get, set]
 A client-defined key used to identify the Investment Portfolio, unique within the Investment Account More...
 
string Scope [get, set]
 The scope of the Investment Portfolio More...
 
Dictionary< string, string > Identifiers [get, set]
 The code identifier of the Investment Portfolio More...
 
string EntityUniqueId [get, set]
 The unique Portfolio entity identifier More...
 
Portfolio Portfolio [get, set]
 Gets or Sets Portfolio More...
 

Detailed Description

An Investment Portfolio of an Investment Account.

Constructor & Destructor Documentation

◆ InvestmentPortfolio()

Lusid.Sdk.Model.InvestmentPortfolio.InvestmentPortfolio ( string  key = default(string),
string  scope = default(string),
Dictionary< string, string >  identifiers = default(Dictionary<string, string>),
string  entityUniqueId = default(string),
Portfolio  portfolio = default(Portfolio) 
)
inline

Initializes a new instance of the InvestmentPortfolio class.

Parameters
keyA client-defined key used to identify the Investment Portfolio, unique within the Investment Account.
scopeThe scope of the Investment Portfolio.
identifiersThe code identifier of the Investment Portfolio.
entityUniqueIdThe unique Portfolio entity identifier.
portfolioportfolio.

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.InvestmentPortfolio.Equals ( InvestmentPortfolio  input)
inline

Returns true if InvestmentPortfolio instances are equal

Parameters
inputInstance of InvestmentPortfolio to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.InvestmentPortfolio.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.InvestmentPortfolio.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.InvestmentPortfolio.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.InvestmentPortfolio.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EntityUniqueId

string Lusid.Sdk.Model.InvestmentPortfolio.EntityUniqueId
getset

The unique Portfolio entity identifier

The unique Portfolio entity identifier

◆ Identifiers

Dictionary<string, string> Lusid.Sdk.Model.InvestmentPortfolio.Identifiers
getset

The code identifier of the Investment Portfolio

The code identifier of the Investment Portfolio

◆ Key

string Lusid.Sdk.Model.InvestmentPortfolio.Key
getset

A client-defined key used to identify the Investment Portfolio, unique within the Investment Account

A client-defined key used to identify the Investment Portfolio, unique within the Investment Account

◆ Portfolio

Portfolio Lusid.Sdk.Model.InvestmentPortfolio.Portfolio
getset

Gets or Sets Portfolio

◆ Scope

string Lusid.Sdk.Model.InvestmentPortfolio.Scope
getset

The scope of the Investment Portfolio

The scope of the Investment Portfolio


The documentation for this class was generated from the following file: